Sync a single story
Description
Trigger an immediate push of a single subscribed story to the destination tenant.
Request
HTTP Method: POST
| URL Parameter | Description |
|---|---|
| id | ID of the sync destination. |
| story_id | ID of the story to sync (as returned in subscriptions[].story.id). |
curl -X POST \
https://<tenant-domain>/api/v1/admin/sync_destinations/24/story/12/sync \
-H 'content-type: application/json' \
-H 'Authorization: Bearer <<CREDENTIAL.tines_api_key>>'
Response
A successful request returns a confirmation object, with a 200 OK status.
Sample response
{
"story_sync_initiated": true
}