API Changelog 8.17.1
September 21st, 2026
Changed
- Pricing table structure now requires complete section definitions when creating or updating documents. You must now provide section details, default values, row data, and row options when working with pricing tables to ensure data integrity
POST /public/v1/documents
- the request property
oneOf[subschema #1: From PandaDoc Template]/content_placeholders/items/content_library_items/items/pricing_tables/items/sectionsbecame required - the request property
oneOf[subschema #1: From PandaDoc Template]/content_placeholders/items/content_library_items/items/pricing_tables/items/sections/items/defaultbecame required - the request property
oneOf[subschema #1: From PandaDoc Template]/content_placeholders/items/content_library_items/items/pricing_tables/items/sections/items/rows/items/databecame required - the request property
oneOf[subschema #1: From PandaDoc Template]/content_placeholders/items/content_library_items/items/pricing_tables/items/sections/items/rows/items/optionsbecame required - the request property
oneOf[subschema #1: From PandaDoc Template]/pricing_tables/items/sectionsbecame required - the request property
oneOf[subschema #1: From PandaDoc Template]/pricing_tables/items/sections/items/defaultbecame required - the request property
oneOf[subschema #1: From PandaDoc Template]/pricing_tables/items/sections/items/rows/items/databecame required - the request property
oneOf[subschema #1: From PandaDoc Template]/pricing_tables/items/sections/items/rows/items/optionsbecame required
POST /public/v1/documents/{document_id}/sections/uploads
- the request property
oneOf[subschema #1: From PandaDoc Template]/allOf[subschema #1]/content_placeholders/items/content_library_items/items/pricing_tables/items/sectionsbecame required - the request property
oneOf[subschema #1: From PandaDoc Template]/allOf[subschema #1]/content_placeholders/items/content_library_items/items/pricing_tables/items/sections/items/defaultbecame required - the request property
oneOf[subschema #1: From PandaDoc Template]/allOf[subschema #1]/content_placeholders/items/content_library_items/items/pricing_tables/items/sections/items/rows/items/databecame required - the request property
oneOf[subschema #1: From PandaDoc Template]/allOf[subschema #1]/content_placeholders/items/content_library_items/items/pricing_tables/items/sections/items/rows/items/optionsbecame required - the request property
oneOf[subschema #1: From PandaDoc Template]/allOf[subschema #1]/pricing_tables/items/sectionsbecame required - the request property
oneOf[subschema #1: From PandaDoc Template]/allOf[subschema #1]/pricing_tables/items/sections/items/defaultbecame required - the request property
oneOf[subschema #1: From PandaDoc Template]/allOf[subschema #1]/pricing_tables/items/sections/items/rows/items/databecame required - the request property
oneOf[subschema #1: From PandaDoc Template]/allOf[subschema #1]/pricing_tables/items/sections/items/rows/items/optionsbecame required
PATCH /public/v1/documents/{id}
- the request property
pricing_tables/items/sectionsbecame required - the request property
pricing_tables/items/sections/items/defaultbecame required - the request property
pricing_tables/items/sections/items/rows/items/databecame required - the request property
pricing_tables/items/sections/items/rows/items/optionsbecame required
