Skip to content

Commit

Permalink
addressing feedback.
Browse files Browse the repository at this point in the history
  • Loading branch information
toumorokoshi committed Sep 12, 2024
1 parent 23d1985 commit c181b96
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion aep/general/0162/aep.md.j2
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ message BookRevision {
[(google.api.field_behavior) = OUTPUT_ONLY];

// Other revision IDs that share the same snapshot.
repeated string alternate_ids = 4
repeated string aliases = 4
[(google.api.field_behavior) = OUTPUT_ONLY];
}
```
Expand Down Expand Up @@ -129,6 +129,8 @@ Services **may** reserve specific IDs to be [aliases][alias] (e.g.
GET /v1/publishers/{publisher_id}/books/{book_id}/revisions/{revision_id}
```

If specific IDs are reserved, services **should** document those IDs.

- If a `latest` ID exists, it **must** represent the most recently created
revision. The content of `publishers/{publisher}/books/{book}/revisions/latest`
and `publishers/{publisher}/books/{book}` can differ, as the latest revision may
Expand Down

0 comments on commit c181b96

Please sign in to comment.