Skip to content

Commit

Permalink
chore(AIP-162): align example request message name with Alias method (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
itsjorgebar authored Dec 11, 2024
1 parent 532bb8d commit 46794fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aip/general/0162.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ APIs **may** provide a mechanism for users to assign an [alias][] ID to an
existing revision with a custom method "alias":

```proto
rpc AliasBookRevision(TagBookRevisionRequest) returns (Book) {
rpc AliasBookRevision(AliasBookRevisionRequest) returns (Book) {
option (google.api.http) = {
post: "/v1/{name=publishers/*/books/*/revisions/*}:alias"
body: "*"
Expand Down

0 comments on commit 46794fe

Please sign in to comment.