Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions aip/general/0136.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ rpc SortBooks(SortBooksRequest) returns (SortBooksResponse) {
}
```

- The collection's parent resource **must** be called `parent`, and
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.
- The collection key (`books` in the above example) **must** be literal.

### Stateless methods
Expand Down