Skip to content

Commit

Permalink
deploy: 6677937
Browse files Browse the repository at this point in the history
  • Loading branch information
andreyxdd committed Jul 2, 2024
1 parent 079b323 commit bb1988a
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ paths:
schema:
$ref: '#/components/schemas/SuccessPublicUsers'
'400':
description: Invalid query/path param provided
description: Invalid query/path/body param provided
'404':
description: Resource not found
'500':
Expand Down Expand Up @@ -99,7 +99,7 @@ paths:
schema:
$ref: '#/components/schemas/SuccessPublicUser'
'400':
description: Invalid query/path param provided
description: Invalid query/path/body param provided
'404':
description: Resource not found
'500':
Expand Down Expand Up @@ -140,7 +140,7 @@ paths:
format: int64
example: 112
'400':
description: Invalid query/path param provided
description: Invalid query/path/body param provided
'404':
description: Resource not found
'500':
Expand Down Expand Up @@ -169,7 +169,7 @@ paths:
schema:
$ref: '#/components/schemas/SuccessSbts'
'400':
description: Invalid query/path param provided
description: Invalid query/path/body param provided
'404':
description: Resource not found
'500':
Expand Down Expand Up @@ -198,7 +198,7 @@ paths:
schema:
$ref: '#/components/schemas/SuccessCollection'
'400':
description: Invalid query/path param provided
description: Invalid query/path/body param provided
'404':
description: Resource not found
'500':
Expand Down Expand Up @@ -235,7 +235,7 @@ paths:
schema:
$ref: '#/components/schemas/SuccessCollectionParticipants'
'400':
description: Invalid query/path param provided
description: Invalid query/path/body param provided
'404':
description: Resource not found
'500':
Expand Down Expand Up @@ -272,7 +272,7 @@ paths:
schema:
$ref: '#/components/schemas/SuccessLastActivities'
'400':
description: Invalid query/path param provided
description: Invalid query/path/body param provided
'404':
description: Resource not found
'500':
Expand Down Expand Up @@ -310,7 +310,7 @@ paths:
schema:
$ref: '#/components/schemas/SuccessHubs'
'400':
description: Invalid query/path param provided
description: Invalid query/path/body param provided
'404':
description: Resource not found
'500':
Expand Down Expand Up @@ -380,7 +380,7 @@ paths:
schema:
$ref: '#/components/schemas/SuccessEventCreation'
'400':
description: Invalid query/path param provided
description: Invalid query/path/body param provided
'404':
description: Resource not found
'500':
Expand Down Expand Up @@ -459,7 +459,7 @@ paths:
schema:
$ref: '#/components/schemas/EmptySuccess'
'400':
description: Invalid query/path param provided
description: Invalid query/path/body param provided
'404':
description: Resource not found
'500':
Expand Down Expand Up @@ -502,7 +502,7 @@ paths:
'200':
description: Successful operation
'400':
description: Invalid query/path param provided
description: Invalid query/path/body param provided
'404':
description: Resource not found
'500':
Expand Down Expand Up @@ -544,7 +544,7 @@ paths:
schema:
$ref: '#/components/schemas/SuccessRewardLink'
'400':
description: Invalid query/path param provided
description: Invalid query/path/body param provided
'404':
description: Resource not found
'500':
Expand Down Expand Up @@ -582,7 +582,7 @@ paths:
schema:
$ref: '#/components/schemas/CsbtItemByIndex'
'400':
description: Invalid query/path param provided
description: Invalid query/path/body param provided
'404':
description: Resource not found
'500':
Expand Down Expand Up @@ -628,7 +628,7 @@ paths:
schema:
$ref: '#/components/schemas/CsbtItems'
'400':
description: Invalid query/path param provided
description: Invalid query/path/body param provided
'404':
description: Resource not found
'500':
Expand Down Expand Up @@ -658,7 +658,7 @@ paths:
schema:
$ref: '#/components/schemas/CsbtCollectionState'
'400':
description: Invalid query/path param provided
description: Invalid query/path/body param provided
'404':
description: Resource not found
'500':
Expand Down

0 comments on commit bb1988a

Please sign in to comment.