Skip to content

Commit

Permalink
docs: fixed lack of responses on openapi (#1328)
Browse files Browse the repository at this point in the history
* (docs) fixed lack of responses on pallet-asset-conversion

* (docs) ran yarn build:docs
  • Loading branch information
bee344 committed Sep 5, 2023
1 parent f9f9ad0 commit 899b26f
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion docs/dist/app.bundle.js

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions docs/src/openapi-v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -950,18 +950,18 @@ paths:
description: Block identifier, as the block height or block hash.
format: unsignedInteger or $hex
responses:
"200":
description: successful operation
content:
application/json:
schema:
$ref: '#/components/schemas/LiquidityPools'
"400":
description: invalid blockId supplied for at query param
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
"200":
description: successful operation
content:
application/json:
schema:
$ref: '#/components/schemas/LiquidityPools'
"400":
description: invalid blockId supplied for at query param
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
/pallets/asset-conversion/next-available-id:
get:
tags:
Expand All @@ -980,18 +980,18 @@ paths:
description: Block identifier, as the block height or block hash.
format: unsignedInteger or $hex
responses:
"200":
description: successful operation
content:
application/json:
schema:
$ref: '#/components/schemas/NextAvailableId'
"400":
description: invalid blockId supplied for at query param
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
"200":
description: successful operation
content:
application/json:
schema:
$ref: '#/components/schemas/NextAvailableId'
"400":
description: invalid blockId supplied for at query param
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
/pallets/{palletId}/consts:
get:
tags:
Expand Down

0 comments on commit 899b26f

Please sign in to comment.