cURL
curl --request PUT \ --url https://api.notifique.dev/v1/tags/{id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>" } '
{ "success": true, "data": { "id": "<string>", "name": "<string>", "contactsCount": 123, "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" } }
Atualiza o nome da tag. Escopo: tags:update.
Authorization: Bearer sk_live_xxxxx
1 - 128
Tag atualizada.
Tag (segmento) do workspace.
Show child attributes
Was this page helpful?