Skip to content

Commit

Permalink
Merge pull request #710 from catenax-ng/fix/gate/ready-endpoint
Browse files Browse the repository at this point in the history
fix(Gate-Api): name of POST endpoint to set sharing state to ready
  • Loading branch information
nicoprow authored Jan 11, 2024
2 parents c8678d0 + 582f1d2 commit 2d22647
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 2d22647

Please sign in to comment.