ResourceModifiedResponse Data Type

The response of CRUD action on resource.

Properties
name data type description
id number ID of the affected resource
resource string The resource type
status Action The action performed on the reource

Example

{
  "id" : 12345,
  "resource" : "...",
  "status" : "CREATED"
}