cURL
curl --request PATCH \ --url https://api.thehaystack.ai/v2/bevly/items/{itemId} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "title": "<string>", "subTitle": "<string>", "description": "<string>", "shortDescription": "<string>", "date": "2023-12-25", "seriesId": 123, "speakers": [ { "id": 123 } ], "autoPublish": true, "autoAcceptMediaChapters": true, "autoAcceptScriptures": true } '
{ "item": { "id": 123, "title": "The Power of Prayer", "subTitle": "<string>", "description": "<string>", "date": "2025-01-15", "collectionId": 123, "seriesId": 123, "status": "draft", "publishedDate": "2023-11-07T05:31:56Z", "autoPublish": true, "urlSlug": "<string>" } }
Enter your API token from the Haystack dashboard
1
Show child attributes
Item updated
"The Power of Prayer"
"2025-01-15"
draft
queued
processing
ready
published
unpublished
error