cURL
curl --request PATCH \ --url https://api.traxes.io/connect/v1/entities/{entityId}/disaggregators \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "disaggregator": "Sandy" } '
{ "disaggregators": [ "Sandy" ] }
Returns the updated list of disaggregators that are set up for the Entity
Access Token Authentication
The id of the Entity
A request to modify the disaggregators of an Entity
Sandy
OK
The disaggregators for an Entity
The disaggregators
Was this page helpful?