cURL
curl --request PATCH \ --url https://prd.der-connect.eliagroup.eu/api/v1/collectives/{collectiveId} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "name": "<string>", "type": "Household" }'
{ "entities": [ "3c90c3cc-0d44-4b50-8888-8dd25736052a" ], "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "owner": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "properties": "<any>", "type": "Household" }
Updates a Collective and returns the updated Collective.
Access Token Authentication
The id of the Collective
The new name and optional new type of the Collective
A request to modify a Collective
OK
A Collective
Was this page helpful?