Skip to content

Commit

Permalink
fix(Gate-Api): name of POST endpoint to set sharing state to ready
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoprow committed Jan 9, 2024
1 parent c8678d0 commit 582f1d2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ interface GateSharingStateApi {
ApiResponse(responseCode = "404", description = "Business partners can't be put into ready state (e.g. external-ID not found, wrong sharing state)")
]
)
@PostMapping
@PostExchange
@PostMapping("/ready")
@PostExchange("/ready")
fun postSharingStateReady(@RequestBody request: PostSharingStateReadyRequest)


Expand Down

0 comments on commit 582f1d2

Please sign in to comment.