Request
Referenced In
Fields
Field | Type | Description | Default |
---|---|---|---|
headers | one of: - object(Request headers (object)) - string | Optional. Headers to include in the HTTP request. | {} |
parameters | object(Request parameters) | Optional. URL parameters to include in the HTTP request, in key/value format. | {} |
body | one of: - object(Request body (object)) - array of unknown - string | Optional. The body of the HTTP request. | {} |
Examples
{
"headers": {},
"parameters": {},
"body": {}
}