Skip to content

Commit

Permalink
docs: The method description should be standardized. (#7692)
Browse files Browse the repository at this point in the history
* docs: The method description should be standardized.

Signed-off-by: RiceChuan <[email protected]>

* chore: run make proto-all and swagger-gen

---------

Signed-off-by: RiceChuan <[email protected]>
Co-authored-by: Damian Nolan <[email protected]>
  • Loading branch information
RiceChuan and damiannolan authored Dec 17, 2024
1 parent 90059b8 commit 291ed95
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion docs/client/swagger-ui/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,9 @@ paths:
- Query
/ibc/apps/fee/v1/channels/{channel_id}/ports/{port_id}/incentivized_packets:
get:
summary: Gets all incentivized packets for a specific channel
summary: >-
IncentivizedPacketsForChannel retrieves all incentivized packets for a
specific channel
operationId: IncentivizedPacketsForChannel
responses:
'200':
Expand Down
4 changes: 2 additions & 2 deletions modules/apps/29-fee/types/query.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion proto/ibc/applications/fee/v1/query.proto
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ service Query {
"{packet_id.sequence}/incentivized_packet";
}

// Gets all incentivized packets for a specific channel
// IncentivizedPacketsForChannel retrieves all incentivized packets for a specific channel
rpc IncentivizedPacketsForChannel(QueryIncentivizedPacketsForChannelRequest)
returns (QueryIncentivizedPacketsForChannelResponse) {
option (google.api.http).get = "/ibc/apps/fee/v1/channels/{channel_id}/ports/{port_id}/incentivized_packets";
Expand Down

0 comments on commit 291ed95

Please sign in to comment.