Response
Referenced In
Fields
Field | Type | Description | Default |
---|---|---|---|
headers | object(Response headers) | Optional. Headers expected in the response, in key/value format. If one or more responseHeaders entries aren't present in the response, the step fails. | {} |
body | one of: - object(Response body object) - array of unknown - string | Optional. JSON object expected in the response. If one or more key/value pairs aren't present in the response, the step fails. | {} |
Examples
{
"headers": {},
"body": {}
}