Skip to content

Commit 6ddb33e

Browse files
fix(102): slash, not backslash, in API name (#398)
The AEPs incorrectly used the term "backslash". fixes #395 --------- Co-authored-by: Mike Kistler <mkistler@sbcglobal.net>
1 parent ecd9cc4 commit 6ddb33e

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

aep/general/0102/aep.md.j2

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,11 @@ can still ensure uniqueness can be used. For example APIs served at
2525

2626
The API Name:
2727

28-
- **must** only uses valid domain name characters as specified in
28+
- **must** only use valid domain name characters as specified in
2929
[RFC 1035](https://datatracker.ietf.org/doc/html/rfc1035#section-2.3.1), or a
30-
backslash `[.-a-z0-9/]`)
31-
- **must** use all lower case.
30+
slash `[.-a-z0-9/]`)
31+
- **must** use all lowercase.
32+
- **must** start with a lowercase letter.
3233
- **should not** use path prefixes that could also be misconstrued as a
3334
resource collection (e.g. `apis.examples.com/users`)
3435

0 commit comments

Comments
 (0)