Skip to content

Commit

Permalink
feat: update openapi documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ccamel committed Mar 1, 2022
1 parent e3dbd23 commit 03a541c
Showing 1 changed file with 51 additions and 0 deletions.
51 changes: 51 additions & 0 deletions docs/static/openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12574,6 +12574,42 @@ paths:
}
tags:
- Query
/okp4/okp4d/knowledge/params:
get:
summary: Parameters queries the parameters of the module.
operationId: Okp4Okp4DKnowledgeParams
responses:
'200':
description: A successful response.
schema:
type: object
properties:
params:
description: params holds all the parameters of this module.
type: object
description: >-
QueryParamsResponse is response type for the Query/Params RPC
method.
default:
description: An unexpected error response.
schema:
type: object
properties:
code:
type: integer
format: int32
message:
type: string
details:
type: array
items:
type: object
properties:
'@type':
type: string
additionalProperties: {}
tags:
- Query
definitions:
cosmos.authz.v1beta1.Grant:
type: object
Expand Down Expand Up @@ -19924,3 +19960,18 @@ definitions:
and

freezing clients
okp4.okp4d.knowledge.MsgBangDataspaceResponse:
type: object
description: >-
MsgBangDataspaceResponse is the response given after a successful
Dataspace creation.
okp4.okp4d.knowledge.Params:
type: object
description: Params defines the parameters for the module.
okp4.okp4d.knowledge.QueryParamsResponse:
type: object
properties:
params:
description: params holds all the parameters of this module.
type: object
description: QueryParamsResponse is response type for the Query/Params RPC method.

0 comments on commit 03a541c

Please sign in to comment.