Skip to content

Commit

Permalink
[BOT] [CREATE-SWAGGER] [SKIP-GH-PAGES] create swagger for "merits" of…
Browse files Browse the repository at this point in the history
… version main
  • Loading branch information
blockscout-bot committed Jan 20, 2025
1 parent 79a970c commit e023f85
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions services/merits/main/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,14 @@ paths:
in: query
required: false
type: string
- name: blockscout_login_chain_id
in: query
required: false
type: string
- name: blockscout_login_address
in: query
required: false
type: string
tags:
- PointsService
/api/v1/auth/user/{address}:
Expand Down Expand Up @@ -458,6 +466,11 @@ definitions:
properties:
valid:
type: boolean
v1AuthConfig:
type: object
properties:
shared_siwe_login:
type: boolean
v1AuthLoginRequest:
type: object
properties:
Expand All @@ -483,6 +496,8 @@ definitions:
properties:
nonce:
type: string
merits_login_nonce:
type: string
v1AuthUserResponse:
type: object
properties:
Expand Down Expand Up @@ -550,6 +565,8 @@ definitions:
properties:
rewards:
$ref: '#/definitions/v1RewardsConfig'
auth:
$ref: '#/definitions/v1AuthConfig'
v1GetInstancesLeaderboardResponse:
type: object
properties:
Expand Down

0 comments on commit e023f85

Please sign in to comment.