curl --request PUT \
--url https://services.leadconnectorhq.com/social-media-posting/category/queues/{queueId} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--header 'Version: <version>' \
--data '
{
"status": "active",
"timeSlots": [
{}
],
"skipDates": [
"2023-12-25"
]
}
'Update queue status (active/paused/deleted), time slots, or skip dates.
curl --request PUT \
--url https://services.leadconnectorhq.com/social-media-posting/category/queues/{queueId} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--header 'Version: <version>' \
--data '
{
"status": "active",
"timeSlots": [
{}
],
"skipDates": [
"2023-12-25"
]
}
'Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
"Bearer <token>"
"2021-07-28"
Successful response
Was this page helpful?