Skip to content

Commit 6ee805f

Browse files
committed
Clarify this is about API URLs
1 parent 7a602dc commit 6ee805f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/oas.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Some examples of possible media type definitions:
6666

6767
### URI Percent-Encoding
6868

69-
All URIs MUST successfully parse and percent-decode using [[RFC3986]] rules.
69+
All API URLs MUST successfully parse and percent-decode using [[RFC3986]] rules.
7070

7171
Content in the `application/x-www-form-urlencoded` format, including query strings produced by [Parameter Objects](#parameter-object) with `in: "query"`, MUST also successfully parse and percent-decode using [[RFC1866]] rules, including treating non-percent-encoded `+` as an escaped space character.
7272

0 commit comments

Comments
 (0)