Skip to content

Commit 9398623

Browse files
committed
More updates from PR review
1 parent a1edb31 commit 9398623

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

azure/ConsiderationsForServiceDesign.md

+2
Original file line numberDiff line numberDiff line change
@@ -394,6 +394,8 @@ exist in the collection.
394394
The value of the `nextLink` property should be an opaque absolute URL that will return the next page of results.
395395
The absence of a `nextLink` property means that no additional pages are available.
396396
Since `nextLink` is an opaque URL it should include any query parameters required by the service, including `api-version`.
397+
The service should honor a request to a URL derived from `nextLink` by replacing the value for the `apl-version` query parameter
398+
with a different but valid api version. The service may reject the request if any other element of `nextLink` was modified.
397399

398400
The service determines how many items to include in the response and may choose a different number for different collections and even for different pages of the same collection.
399401
An operation may allow the client to specify a maximum number of items in a response with an optional `maxpagesize` parameter.

0 commit comments

Comments
 (0)