curl --request PUT \
--url https://services.leadconnectorhq.com/social-media-posting/category/queues/{queueId}/items/{itemId} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--header 'Version: <version>' \
--data '
{
"content": "<string>",
"variations": [
{}
]
}
'Update the content or variations of a specific item within a category queue.
curl --request PUT \
--url https://services.leadconnectorhq.com/social-media-posting/category/queues/{queueId}/items/{itemId} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--header 'Version: <version>' \
--data '
{
"content": "<string>",
"variations": [
{}
]
}
'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?