Response schema for the status of Hub items management operations.
List of operations performed on Hub items.
add
The action performed on the item.
Item not found
Error message if the operation failed.
Reference to an item that can be added to a Hub.
200
The HTTP status code of the operation.
{
"operations": [
{
"action": "add",
"error": "Item not found",
"item": {
"id": "42037322",
"type": "file"
},
"status": 200
}
]
}