cURL
curl --request POST \ --url https://api.engagefabric.com/superadmin/blog-posts/sync \ --header 'Content-Type: application/json' \ --data ' { "posts": [ { "slug": "<string>", "title": "<string>", "tags": [ "<string>" ], "featured": true, "postDate": "<string>", "draft": true, "excerpt": "<string>", "author": "<string>" } ] } '
{ "success": true, "message": "<string>", "created": 123, "updated": 123, "total": 123 }
Documentation IndexFetch the complete documentation index at: https://docs.engagefabric.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.engagefabric.com/llms.txt
Use this file to discover all available pages before exploring further.
Array of blog posts to sync
Show child attributes