Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 2.03 KB

File metadata and controls

12 lines (9 loc) · 2.03 KB

ProxyRequestBody

Fields

Field Type Required Description Example
url ?string The base url of the request https://api.sample-integration.com/v1
method ?Components\Method The method of the request
path ?string The path of the request including any query parameters /employees/directory
headers array<string, mixed> The headers to send in the request {
"Content-Type": "application/json"
}
body array<string, mixed> The body of the request