Skip to content

Commit

Permalink
addressing comments from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
toumorokoshi committed Sep 24, 2024
1 parent fe8fe11 commit 1ad1524
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 @@ -116,6 +116,8 @@ When referring to the revisions of a resource, the subcollection name
publishers/123/books/les-miserables/revisions/c7cfa2a8
```

The resource **must** be named `{resource_singular}Revision`.

### Server-specified aliases

Services **may** reserve specific IDs to be [aliases][alias] (e.g.
Expand All @@ -125,7 +127,7 @@ 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 specific IDs are reserved, services **must** 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`
Expand Down

0 comments on commit 1ad1524

Please sign in to comment.