BatchRequest
BatchRequest
A set of operations to be performed in a single batch
JSON Example
{
"continue_on_error": false,
"requests": [
{
"body": {},
"method": "string",
"uri": "string"
}
]
}
boolean
continue_on_error
Optional
Constraints:
default: true
Continue even if an error is encountered.