REST API
cURL
curl --request POST \ --url https://api-joy.joyfill.io/v1/templates/{identifier}/documents \ --header 'Content-Type: application/json' \ --data ' { "page": 1, "limit": 250 } '
"{\n \"page\": \"Number\",\n \"pages\": \"Number\",\n \"total\": \"Number\"\n}"
Sync the latest template styles and layout changes to pre-existing template documents
Supports both API Key and User Access Token authorization. See https://joyfill.mintlify.app/api/authentication
The template identifier
An integer for use with update pagination. For instance, if limit is set to 25 and you set page to 2 then results 26-50 will be updated.
The number of template documents to update with this request.
200
"Number"
Was this page helpful?