BatchResponse
BatchResponse
The reponse to a batch operation
JSON Example
{
"has_errors": false,
"results": [
{
"body": {},
"code": 0,
"headers": {}
}
],
"rolled_back": false
}
boolean
has_errors
Optional
Indicates if any of the APIs failed
boolean
rolled_back
Optional
Optional flag indicating that all items were rolled back even if succeeded initially