We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10762e9 commit fc383c3Copy full SHA for fc383c3
1 file changed
aip/general/0133.md
@@ -53,7 +53,7 @@ rpc CreateBook(CreateBookRequest) returns (Book) {
53
- The collection's parent resource **should** be called `parent`, and
54
**should** be the only variable in the URI path.
55
- The collection identifier (`books` in the above example) **must** be
56
- literal.
+ a literal string.
57
- There **must** be a `body` key in the `google.api.http` annotation, and it
58
**must** map to the resource field in the request message.
59
- All remaining fields **should** map to URI query parameters.
0 commit comments