cURL
curl --request PUT \ --url https://api.doczilla.app/v1/templates/{id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "output": "PDF" } '
{ "message": "Validations failed!", "code": "api.validation", "fields": { "page.url": "must be a URL address" } }
Update one template.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The name of the template.
200
The output format of the template.
PDF
IMAGE
The variables of the template.
Show child attributes
Was this page helpful?