We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7c7bdb commit 3ffcc35Copy full SHA for 3ffcc35
1 file changed
aip/general/0136.md
@@ -100,8 +100,8 @@ rpc SortBooks(SortBooksRequest) returns (SortBooksResponse) {
100
}
101
```
102
103
-- The collection's parent resource **must** be called `parent`, and
104
- be the only variable in the URI path.
+- If the collection's resource has a parent, that resource **must** be called
+ `parent` and be the only variable in the URI path.
105
- The collection key (`books` in the above example) **must** be literal.
106
107
### Stateless methods
0 commit comments