patch https://api.bespoke.surf/api/list/
Update the name of a list with the given list ID.
Rate limit:
Limit: 150
TTL: 60s
Scopes:
list:manage
Responses
Update the name of a list with the given list ID.
Rate limit:
Limit: 150
TTL: 60s
Scopes:
list:manage
xxxxxxxxxx
16curl --request PATCH \
--url https://api.bespoke.surf/api/list/listId \
--header 'Authorization: Bespoke-API-Key your-private-api-key' \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--header 'revision: 2023-06-01' \
--data '
{
"data": {
"type": "list",
"attributes": {
"name": "Newsletter"
}
}
}
'
Try It!
to start a request and see the response here! Or choose an example: