Skip to content

Commit

Permalink
fix: api-contracts
Browse files Browse the repository at this point in the history
  • Loading branch information
Atifsid committed May 15, 2024
1 parent 4ff203d commit 08ace2f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions api-contracts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ paths:
type: object
$ref: '#/components/schemas/ApiResponseFailureInvalidParameter'

'400':
'409':
description: Updating the status of an endorsement that has been accepted/rejected
content:
application/json:
Expand Down Expand Up @@ -634,7 +634,7 @@ components:
code:
type: integer
format: int32
example: 403
example: 409
message:
type: string
example: Endorsement is already updated. Cannot modify status
example: Endorsement is already updated, Cannot modify status

0 comments on commit 08ace2f

Please sign in to comment.