API Changelog 8.17.1

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/sections became required
  • the request property oneOf[subschema #1: From PandaDoc Template]/content_placeholders/items/content_library_items/items/pricing_tables/items/sections/items/default became required
  • the request property oneOf[subschema #1: From PandaDoc Template]/content_placeholders/items/content_library_items/items/pricing_tables/items/sections/items/rows/items/data became required
  • the request property oneOf[subschema #1: From PandaDoc Template]/content_placeholders/items/content_library_items/items/pricing_tables/items/sections/items/rows/items/options became required
  • the request property oneOf[subschema #1: From PandaDoc Template]/pricing_tables/items/sections became required
  • the request property oneOf[subschema #1: From PandaDoc Template]/pricing_tables/items/sections/items/default became required
  • the request property oneOf[subschema #1: From PandaDoc Template]/pricing_tables/items/sections/items/rows/items/data became required
  • the request property oneOf[subschema #1: From PandaDoc Template]/pricing_tables/items/sections/items/rows/items/options became 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/sections became 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/default became 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/data became 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/options became required
  • the request property oneOf[subschema #1: From PandaDoc Template]/allOf[subschema #1]/pricing_tables/items/sections became required
  • the request property oneOf[subschema #1: From PandaDoc Template]/allOf[subschema #1]/pricing_tables/items/sections/items/default became required
  • the request property oneOf[subschema #1: From PandaDoc Template]/allOf[subschema #1]/pricing_tables/items/sections/items/rows/items/data became required
  • the request property oneOf[subschema #1: From PandaDoc Template]/allOf[subschema #1]/pricing_tables/items/sections/items/rows/items/options became required

PATCH /public/v1/documents/{id}

  • the request property pricing_tables/items/sections became required
  • the request property pricing_tables/items/sections/items/default became required
  • the request property pricing_tables/items/sections/items/rows/items/data became required
  • the request property pricing_tables/items/sections/items/rows/items/options became required