Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Marketing
campaigns, social, brand boards & links api
Update queue status (active/paused/deleted), time slots, or skip dates.
cURL
curl --request PUT \ --url https://services.leadconnectorhq.com/social-media-posting/category/queues/{queueId} \ --header 'Authorization: <authorization>' \ --header 'Content-Type: application/json' \ --header 'Version: <version>' \ --data ' { "timeSlots": [ {} ], "skipDates": [ "2023-12-25" ] } '
"Bearer <token>"
"2021-07-28"
active
paused
deleted
Successful response
Was this page helpful?