Skip to content

Commit

Permalink
deploy: 6d55841
Browse files Browse the repository at this point in the history
  • Loading branch information
andreyxdd committed Jul 2, 2024
1 parent 607b0ce commit 079b323
Showing 1 changed file with 31 additions and 1 deletion.
32 changes: 31 additions & 1 deletion openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ paths:
$ref: '#/components/schemas/SuccessPublicUsers'
'400':
description: Invalid query/path param provided
'404':
description: Resource not found
'500':
description: Internal server error
/users/{username}:
Expand Down Expand Up @@ -98,6 +100,8 @@ paths:
$ref: '#/components/schemas/SuccessPublicUser'
'400':
description: Invalid query/path param provided
'404':
description: Resource not found
'500':
description: Internal server error
/users/{username}/rank:
Expand Down Expand Up @@ -137,6 +141,8 @@ paths:
example: 112
'400':
description: Invalid query/path param provided
'404':
description: Resource not found
'500':
description: Internal server error
/users/{username}/sbts:
Expand Down Expand Up @@ -164,6 +170,8 @@ paths:
$ref: '#/components/schemas/SuccessSbts'
'400':
description: Invalid query/path param provided
'404':
description: Resource not found
'500':
description: Internal server error
/collections/{id}:
Expand Down Expand Up @@ -191,6 +199,8 @@ paths:
$ref: '#/components/schemas/SuccessCollection'
'400':
description: Invalid query/path param provided
'404':
description: Resource not found
'500':
description: Internal server error
/collections/{id}/participants:
Expand Down Expand Up @@ -226,6 +236,8 @@ paths:
$ref: '#/components/schemas/SuccessCollectionParticipants'
'400':
description: Invalid query/path param provided
'404':
description: Resource not found
'500':
description: Internal server error
/last-activities:
Expand Down Expand Up @@ -261,6 +273,8 @@ paths:
$ref: '#/components/schemas/SuccessLastActivities'
'400':
description: Invalid query/path param provided
'404':
description: Resource not found
'500':
description: Internal server error

Expand Down Expand Up @@ -297,6 +311,8 @@ paths:
$ref: '#/components/schemas/SuccessHubs'
'400':
description: Invalid query/path param provided
'404':
description: Resource not found
'500':
description: Internal server error

Expand Down Expand Up @@ -365,6 +381,8 @@ paths:
$ref: '#/components/schemas/SuccessEventCreation'
'400':
description: Invalid query/path param provided
'404':
description: Resource not found
'500':
description: Internal server error
security:
Expand Down Expand Up @@ -442,6 +460,8 @@ paths:
$ref: '#/components/schemas/EmptySuccess'
'400':
description: Invalid query/path param provided
'404':
description: Resource not found
'500':
description: Internal server error
security:
Expand Down Expand Up @@ -483,6 +503,8 @@ paths:
description: Successful operation
'400':
description: Invalid query/path param provided
'404':
description: Resource not found
'500':
description: Internal server error
security:
Expand Down Expand Up @@ -522,7 +544,9 @@ paths:
schema:
$ref: '#/components/schemas/SuccessRewardLink'
'400':
description: activity not found, invalid wallet friendly address
description: Invalid query/path param provided
'404':
description: Resource not found
'500':
description: Internal server error

Expand Down Expand Up @@ -559,6 +583,8 @@ paths:
$ref: '#/components/schemas/CsbtItemByIndex'
'400':
description: Invalid query/path param provided
'404':
description: Resource not found
'500':
description: Internal server error

Expand Down Expand Up @@ -603,6 +629,8 @@ paths:
$ref: '#/components/schemas/CsbtItems'
'400':
description: Invalid query/path param provided
'404':
description: Resource not found
'500':
description: Internal server error

Expand Down Expand Up @@ -631,6 +659,8 @@ paths:
$ref: '#/components/schemas/CsbtCollectionState'
'400':
description: Invalid query/path param provided
'404':
description: Resource not found
'500':
description: Internal server error

Expand Down

0 comments on commit 079b323

Please sign in to comment.