Skip to content

Commit

Permalink
resource path changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rambleraptor committed May 31, 2024
1 parent 68f16e2 commit 40b1abd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions aep/general/0180/aep.md.j2
Original file line number Diff line number Diff line change
Expand Up @@ -104,15 +104,15 @@ Existing fields and messages **must not** have their type changed, even if the
new type is wire-compatible, because type changes alter generated code in a
breaking way.

### Changing resource names
### Changing resource paths

A resource **must not** change its [name][aep-122].
A resource **must not** change its [path][aep-122].

Unlike most breaking changes, this affects major versions as well: in order for
a client to expect to use v2.0 access a resource that was created in v1.0 or
vice versa, the same resource name **must** be used in both versions.

More subtly, the set of valid resource names **should not** change either, for
More subtly, the set of valid resource paths **should not** change either, for
the following reasons:

- If resource name formats become more restrictive, a request that would
Expand Down

0 comments on commit 40b1abd

Please sign in to comment.