Skip to content
Open
Changes from 1 commit
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/0162.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,8 @@ message TagBookRevisionRequest {
}
```

- The `name` field **should** require an explicit revision ID to be provided.
- The field **should** be [annotated as required][aip-203].
- The `name` field **must** require an explicit revision ID to be provided.
- The field **must** be [annotated as required][aip-203].
- The field **should** identify the [resource type][aip-123] that it
references.
- The `tag` field **should** be [annotated as required][aip-203].
Expand Down