Skip to content

Commit

Permalink
clarify that user-specified ids are only required on management plane…
Browse files Browse the repository at this point in the history
… requests (#1250)
  • Loading branch information
andrei-scripniciuc authored Dec 12, 2023
1 parent 69909f6 commit dd07c58
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion aip/general/0133.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,8 @@ message CreateBookRequest {
- The field **should** be [annotated as required][aip-203].
- The field **must** identify the [resource type][aip-123] of the resource
being created.
- A `{resource}_id` field **must** be included.
- A `{resource}_id` field **must** be included for management plane resources,
and **should** be included for data plane resources.
- The resource field **must** be included and **must** map to the POST body.
- The request message **must not** contain any other required fields and
**should not** contain other optional fields except those described in this
Expand Down Expand Up @@ -217,6 +218,7 @@ name and use it in references from other resources.

## Changelog

- **2023-10-20**: Clarify that {resource}_id is only required for management plane resources.
- **2023-08-24**: Adding consistency requirement.
- **2023-05-11**: Changing guidance around resource_id to a must.
- **2022-11-04**: Referencing aggregated error guidance in AIP-193, similar to
Expand Down

0 comments on commit dd07c58

Please sign in to comment.