Skip to content

Commit 3ffcc35

Browse files
fix(AIP-136): describe collection-based custom method on root resource (#1578)
1 parent d7c7bdb commit 3ffcc35

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

aip/general/0136.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@ rpc SortBooks(SortBooksRequest) returns (SortBooksResponse) {
100100
}
101101
```
102102

103-
- The collection's parent resource **must** be called `parent`, and
104-
be the only variable in the URI path.
103+
- If the collection's resource has a parent, that resource **must** be called
104+
`parent` and be the only variable in the URI path.
105105
- The collection key (`books` in the above example) **must** be literal.
106106

107107
### Stateless methods

0 commit comments

Comments
 (0)