Skip to content

Commit

Permalink
docs: update Swagger definition
Browse files Browse the repository at this point in the history
  • Loading branch information
dadamu committed May 11, 2023
1 parent 99e4aba commit 92e4ff9
Show file tree
Hide file tree
Showing 2 changed files with 99 additions and 1 deletion.
2 changes: 1 addition & 1 deletion client/docs/statik/statik.go

Large diffs are not rendered by default.

98 changes: 98 additions & 0 deletions client/docs/swagger-ui/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4696,6 +4696,27 @@ paths:
type: string
format: date-time
title: the creation time of the subspace
allowed_fee_tokens:
type: array
items:
type: object
properties:
denom:
type: string
amount:
type: string
description: >-
Coin defines a token with a denomination and an
amount.


NOTE: The amount field is an Int which implements the
custom method

signatures required by gogoproto.
title: >-
List of fee token denoms with default minimum gas prices
allowed inside the subspace
title: Subspace contains all the data of a Desmos subspace
pagination:
type: object
Expand Down Expand Up @@ -5023,6 +5044,26 @@ paths:
type: string
format: date-time
title: the creation time of the subspace
allowed_fee_tokens:
type: array
items:
type: object
properties:
denom:
type: string
amount:
type: string
description: >-
Coin defines a token with a denomination and an amount.


NOTE: The amount field is an Int which implements the
custom method

signatures required by gogoproto.
title: >-
List of fee token denoms with default minimum gas prices
allowed inside the subspace
title: Subspace contains all the data of a Desmos subspace
title: >-
QuerySubspaceResponse is the response type for the Query/Subspace
Expand Down Expand Up @@ -19184,6 +19225,26 @@ definitions:
type: string
format: date-time
title: the creation time of the subspace
allowed_fee_tokens:
type: array
items:
type: object
properties:
denom:
type: string
amount:
type: string
description: >-
Coin defines a token with a denomination and an amount.


NOTE: The amount field is an Int which implements the custom
method

signatures required by gogoproto.
title: >-
List of fee token denoms with default minimum gas prices allowed
inside the subspace
title: Subspace contains all the data of a Desmos subspace
title: QuerySubspaceResponse is the response type for the Query/Subspace method
desmos.subspaces.v3.QuerySubspacesResponse:
Expand Down Expand Up @@ -19221,6 +19282,26 @@ definitions:
type: string
format: date-time
title: the creation time of the subspace
allowed_fee_tokens:
type: array
items:
type: object
properties:
denom:
type: string
amount:
type: string
description: >-
Coin defines a token with a denomination and an amount.


NOTE: The amount field is an Int which implements the custom
method

signatures required by gogoproto.
title: >-
List of fee token denoms with default minimum gas prices allowed
inside the subspace
title: Subspace contains all the data of a Desmos subspace
pagination:
type: object
Expand Down Expand Up @@ -19884,6 +19965,23 @@ definitions:
type: string
format: date-time
title: the creation time of the subspace
allowed_fee_tokens:
type: array
items:
type: object
properties:
denom:
type: string
amount:
type: string
description: |-
Coin defines a token with a denomination and an amount.

NOTE: The amount field is an Int which implements the custom method
signatures required by gogoproto.
title: >-
List of fee token denoms with default minimum gas prices allowed
inside the subspace
title: Subspace contains all the data of a Desmos subspace
desmos.subspaces.v3.UserGroup:
type: object
Expand Down

0 comments on commit 92e4ff9

Please sign in to comment.