Change Updates

Do not miss any PlannrCRM API changes, ever again

Subscribe to the PlannrCRM API changelog to be up to date on recent changes.

RSS

Jan 30, 2024

main
1.0.0
Compare

API structure has changed

3 structure changes including:
3 Modifications
Modified 3 Breaking
GET /api/v1/fact-find/schema/{factFindSchema_uuid}/section/{factFindSchemaSection_uuid}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • is_completed property Removed
        • Removing a resource is always breaking unless it was deprecated before

          Breaking

POST /api/v1/fact-find/schema/{factFindSchema_uuid}/section
  • Response
  • 201 response Modified
    • application/json content type Modified
      • is_completed property Removed
        • Removing a resource is always breaking unless it was deprecated before

          Breaking

PUT /api/v1/fact-find/schema/{factFindSchema_uuid}/section/{factFindSchemaSection_uuid}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • is_completed property Removed
        • Removing a resource is always breaking unless it was deprecated before

          Breaking