Skip to content

Commit

Permalink
[BOT] [CREATE-SWAGGER] [SKIP-GH-PAGES] create swagger for "merits-adm…
Browse files Browse the repository at this point in the history
…in" of version main
  • Loading branch information
blockscout-bot committed Feb 6, 2025
1 parent da066fc commit 4306327
Showing 1 changed file with 0 additions and 38 deletions.
38 changes: 0 additions & 38 deletions services/merits-admin/main/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,30 +55,6 @@ paths:
type: string
tags:
- PointsAdminService
/admin/api/v1/distributions/{id}:
post:
operationId: PointsAdminService_AdminDistribute2
responses:
"200":
description: A successful response.
schema:
$ref: '#/definitions/v1AdminDistributeResponse'
default:
description: An unexpected error response.
schema:
$ref: '#/definitions/rpcStatus'
parameters:
- name: id
in: path
required: true
type: string
- name: body
in: body
required: true
schema:
$ref: '#/definitions/PointsAdminServiceAdminDistributeBody'
tags:
- PointsAdminService
/admin/api/v1/networks/{chain_id}:
post:
operationId: PointsAdminService_AdminAddNetwork
Expand Down Expand Up @@ -387,20 +363,6 @@ definitions:
type: array
items:
type: string
PointsAdminServiceAdminDistributeBody:
type: object
properties:
description:
type: string
distributions:
type: array
items:
type: object
$ref: '#/definitions/v1Distribution'
create_missing_accounts:
type: boolean
expected_total:
type: string
PointsAdminServiceAdminUpdateNetworkBody:
type: object
properties:
Expand Down

0 comments on commit 4306327

Please sign in to comment.