Skip to content

Commit

Permalink
generate specs
Browse files Browse the repository at this point in the history
  • Loading branch information
kingpinXD committed Sep 14, 2023
1 parent 4cec8f4 commit a5fc4cb
Show file tree
Hide file tree
Showing 4 changed files with 201 additions and 201 deletions.
4 changes: 2 additions & 2 deletions docs/openapi/openapi.swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27213,7 +27213,7 @@ paths:
$ref: '#/definitions/googlerpcStatus'
tags:
- Query
/zeta-chain/crosschain/pendingNonces/{chainId}:
/zeta-chain/crosschain/pendingNonces/{chain_id}:
get:
operationId: Query_PendingNoncesByChain
responses:
Expand All @@ -27226,7 +27226,7 @@ paths:
schema:
$ref: '#/definitions/googlerpcStatus'
parameters:
- name: chainId
- name: chain_id
in: path
required: true
type: string
Expand Down
2 changes: 1 addition & 1 deletion proto/crosschain/query.proto
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ service Query {
}

rpc PendingNoncesByChain(QueryPendingNoncesByChainRequest) returns (QueryPendingNoncesByChainResponse) {
option (google.api.http).get = "/zeta-chain/crosschain/pendingNonces/{chainId}";
option (google.api.http).get = "/zeta-chain/crosschain/pendingNonces/{chain_id}";
}

// Queries a lastBlockHeight by index.
Expand Down
Loading

0 comments on commit a5fc4cb

Please sign in to comment.