Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 2.13 KB

File metadata and controls

12 lines (9 loc) · 2.13 KB

ProxyRequestBody

Fields

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