PATCH
/
lists
/
{listId}
curl --request PATCH \
  --url https://my.cald.ai/client/api/v1/lists/{listId} \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{
  "name": "<string>"
}'
{
  "status": "<string>"
}

Authorizations

Authorization
string
header
required

Your API key, e.g. caldLiveDe39a3accb206dd615f30d118e519df0

Path Parameters

listId
string
required

The list ID of the list

Body

application/json
name
string
required

The new name of the list

Response

200
application/json
Success response with list details
status
string

Whether the list was successfully updated, can be either success or failed