cURL
curl --request PUT \ --url https://crm.universal.rollout.com/api/lists/{id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --header 'X-Rollout-Credential-Id: <api-key>' \ --data ' { "name": "<string>", "description": "<string>", "isFavorite": true } '
{ "id": "<string>", "originalIds": {}, "original": {}, "created": "<string>", "updated": "<string>", "rolloutUpdated": "<string>", "peopleParticipantIds": [ "<string>" ], "name": "<string>", "isFavorite": true, "description": "<string>" }
Authorization JWT
The Rollout Credential ID to use for queries/mutations
OK
Show child attributes