Skip to content
Open
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
5 changes: 3 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 Expand Up @@ -403,6 +403,7 @@ used, and **must** clearly document it.

## Changelog

- **2023-06-09**: Clarified that tagging requires a revision ID.
- **2021-04-27**: Added guidance on returning the resource from Delete Revision.

[aip-123]: ./0123.md
Expand Down