API Changelog 8.16.0

Added

  • Added editable parameter to content library item creation, allowing you to auto convert .docx into 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 editable parameter 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 editable parameter 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