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

Changelog

Last update:
Compare
6 structure changes including:
3 Additions
3 Modifications
Modified 3
GET /api/v1/account/{account_uuid}/check/{uuid}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • outcome property Added
POST /api/v1/account/{account_uuid}/check
  • Body
  • application/json content type Modified
    • outcome property Added
  • Response
  • 201 response Modified
    • application/json content type Modified
      • outcome property Added
PUT /api/v1/account/{account_uuid}/check/{uuid}
  • Body
  • application/json content type Modified
    • outcome property Added
  • Response
  • 200 response Modified
    • application/json content type Modified
      • outcome property Added
Added 3
GET /api/v1/static/check-outcomes
GET /api/v1/static/check-statuses
POST /api/v1/addons/smartsearch/ukaml/{client_uuid}/run
2 structure changes including:
1 Addition
1 Modification
Modified 1 Breaking
DELETE /api/v1/form/{form_uuid}/submission-request/{submissionRequest_uuid}
  • Path went from `/api/v1/form/{form_uuid}/submission-request/{id}` to `/api/v1/form/{form_uuid}/submission-request/{submissionRequest_uuid}` (same operationId)
  • Path
  • id path parameter Removed
    • Removing a resource is always breaking unless it was deprecated before

      Breaking

  • submissionRequest_uuid path parameter Added
Added 1
PUT /api/v1/form/{form_uuid}/submission-request/{submissionRequest_uuid}