Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1838,6 +1838,7 @@ definitions:
"$ref": "#/definitions/RequestOption"
page_token_option:
title: Inject Page Token Into Outgoing HTTP Request
description: Inject the page token into the outgoing HTTP requests by inserting it into either the request URL path or a field on the request.
anyOf:
- "$ref": "#/definitions/RequestOption"
- "$ref": "#/definitions/RequestPath"
Expand Down Expand Up @@ -3486,7 +3487,7 @@ definitions:
- [["content", "html"], ["content", "plain_text"]]
RequestPath:
title: Request Path
description: Specifies where in the request path a component's value should be inserted.
description: The URL path to be used for the HTTP request.
type: object
required:
- type
Expand Down
Loading