Skip to content

Commit 3f8cd0c

Browse files
committed
Add note about URL-encoding for nextLink
1 parent 62502e0 commit 3f8cd0c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

azure/Guidelines.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -512,6 +512,8 @@ Note: To avoid potential collision of actions and resource ids, you should disal
512512

513513
:white_check_mark: **DO** return a `nextLink` field with an absolute URL that the client can GET in order to retrieve the next page of the collection.
514514

515+
Note: The service is responsible for performing any URL-encoding required on the `nextLink` URL.
516+
515517
:white_check_mark: **DO** include any query parameters required by the service in `nextLink`, including `api-version`.
516518

517519
:ballot_box_with_check: **YOU SHOULD** use `value` as the name of the top-level array field unless a more appropriate name is available.

0 commit comments

Comments
 (0)