{ "name": "Updated Product Launch", "color": "#00ff00" }
{ "id": 16, "name": "Updated Product Launch", "color": "#00ff00" "workspace": { "id": 12, "name": "abdulmejidshemsuawel", "slug": "abdulmejidshemsuawel", "type": "PERSONAL", "logo": null, "timezone": "Africa/Addis_Ababa", "language": "en" } }
Update an existing label with new information
Documentation IndexFetch the complete documentation index at: https://docs.postsyncer.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.postsyncer.com/llms.txt
Use this file to discover all available pages before exploring further.
curl -X PUT "https://postsyncer.com/api/v1/labels/123" \ -H "Authorization: Bearer YOUR_API_TOKEN" \ -H "Content-Type: application/json" \ -d '{ "name": "Updated Product Launch", "color": "#00ff00" }'
Was this page helpful?