Skip to content
Closed
Changes from all commits
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 @@ -6850,8 +6850,11 @@
},
"headers": {
"type": "object",
"x-ms-format": "dfe-string",
"description": "Represents the headers that will be sent to the request. For example, to set the language and type on a request: \"headers\" : { \"Accept-Language\": \"en-us\", \"Content-Type\": \"application/json\" }. Type: string (or Expression with resultType string)."
"description": "Represents the headers that will be sent to the request. For example, to set the language and type on a request: \"headers\" : { \"Accept-Language\": \"en-us\", \"Content-Type\": \"application/json\" }. Type: string (or Expression with resultType string).",
"additionalProperties": {
"type": "string",
"x-ms-format": "dfe-string"
}
},
"body": {
"type": "object",
Expand Down Expand Up @@ -7880,8 +7883,11 @@
},
"headers": {
"type": "object",
"x-ms-format": "dfe-string",
"description": "Represents the headers that will be sent to the request. For example, to set the language and type on a request: \"headers\" : { \"Accept-Language\": \"en-us\", \"Content-Type\": \"application/json\" }. Type: string (or Expression with resultType string)."
"description": "Represents the headers that will be sent to the request. For example, to set the language and type on a request: \"headers\" : { \"Accept-Language\": \"en-us\", \"Content-Type\": \"application/json\" }. Type: string (or Expression with resultType string).",
"additionalProperties": {
"type": "string",
"x-ms-format": "dfe-string"
}
},
"body": {
"type": "object",
Expand Down Expand Up @@ -7946,8 +7952,11 @@
},
"headers": {
"type": "object",
"x-ms-format": "dfe-string",
"description": "Represents the headers that will be sent to the request. For example, to set the language and type on a request: \"headers\" : { \"Accept-Language\": \"en-us\", \"Content-Type\": \"application/json\" }. Type: string (or Expression with resultType string)."
"description": "Represents the headers that will be sent to the request. For example, to set the language and type on a request: \"headers\" : { \"Accept-Language\": \"en-us\", \"Content-Type\": \"application/json\" }. Type: string (or Expression with resultType string).",
"additionalProperties": {
"type": "string",
"x-ms-format": "dfe-string"
}
},
"body": {
"type": "object",
Expand Down