PATCH
/
v1
/
entities
/
{entityId}
/
disaggregators
curl --request PATCH \
  --url https://platform.realto.io/api/v1/entities/{entityId}/disaggregators \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "disaggregator": "Sandy"
}'
{
  "disaggregators": [
    "Sandy"
  ]
}

Authorizations

Authorization
string
header
required

Access Token Authentication

Path Parameters

entityId
string
required

The id of the Entity

Body

The disaggregator

The body is of type object.

Response

200
application/json
OK

The response is of type object.