API Changelog 7.25.0
May 6th, 2026
API Changes
Changed
- Customers can now add, rename, reorder and delete template roles by passing a roles array (it replaces the template's full role set in one call).
PATCH /public/v1/templates/id
- Role IDs of existing roles can be retrieved via
GET /public/v1/templates/{id}/details. - Docs: https://developers.pandadoc.com/reference/updatetemplate
