Activates a document template, making it available for document generation. This call requires an empty request body ({}) — sending the request without a body is rejected.It is the final step of creating a template and also needs to be repeated whenever the fields (PUT .../fields) or the conditional rules (PUT .../fields/rules) are changed, since both operations deactivate the template as a side effect. A successful response from this call does not by itself guarantee that the template is generating documents correctly — we recommend validating by generating an actual document after any structural change.
Requisição
Parâmetros de Caminho
Parâmetros Bodyapplication/jsonNecessário
Examples
Respostas
🟢200Template activated
application/json
Illustrative example of the response.
Bodyapplication/json
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request PUT '/templates//activate' \
--header'Content-Type: application/json' \
--data'{}'