We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecd9cc4 commit 6ddb33eCopy full SHA for 6ddb33e
1 file changed
aep/general/0102/aep.md.j2
@@ -25,10 +25,11 @@ can still ensure uniqueness can be used. For example APIs served at
25
26
The API Name:
27
28
-- **must** only uses valid domain name characters as specified in
+- **must** only use valid domain name characters as specified in
29
[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.
+ slash `[.-a-z0-9/]`)
+- **must** use all lowercase.
32
+- **must** start with a lowercase letter.
33
- **should not** use path prefixes that could also be misconstrued as a
34
resource collection (e.g. `apis.examples.com/users`)
35
0 commit comments