Status of Operation (with ID)
An Object
Note |
Properties
The following properties are available:
Property | Type | Default | Read-Only | Description |
---|---|---|---|---|
_doc | string | No | ||
ok | boolean | No | Indicates whether the operation succeeded or not |
Schema
{
"type": "object",
"description": "Status of Operation (with ID)",
"extends": "status",
"properties": {
"_doc": {
"type": "string"
},
"ok": null
},
"id": "statusid"
}