API Changelog 8.16.0
September 11th, 2026
Added
- Added
editableparameter to content library item creation, allowing you to auto convert.docxinto PandaDoc editable document during creation
POST /public/v1/content-library-items
- added the new optional request property
allOf[#/components/schemas/ContentLibraryItemCreateRequest]/editable
POST /public/v1/content-library-items?upload
-
added the new optional request property
data/allOf[#/components/schemas/ContentLibraryItemCreateRequest]/editable -
Added
editableparameter to document creation, enabling you to specify editability settings when uploading documents via URL or file
POST /public/v1/documents
- added the new optional request property
oneOf[subschema #2: From File By Url]/allOf[#/components/schemas/DocumentCreateByPdfRequest]/editable
POST /public/v1/documents?upload
-
added the new optional request property
data/editable -
Added
editableparameter to template creation, giving you control over whether templates can be modified after initial setup
POST /public/v1/templates
- added the new optional request property
allOf[#/components/schemas/CreateTemplateRequest]/editable
POST /public/v1/templates?upload
- added the new optional request property
data/allOf[#/components/schemas/CreateTemplateRequest]/editable
