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

18 days ago

main
1.0.0
Compare

API structure has changed

6 structure changes including:
3 Additions
3 Modifications
Modified 3 Breaking
GET /api/v1/account
  • Query
  • filter[ni_number], filter[date_of_birth] query parameters Added
PATCH /api/v1/task/{task_uuid}/uncomplete/{taskStatus}
  • Path went from /api/v1/task/{task_uuid}/uncomplete/{taskStatus_uuid} to /api/v1/task/{task_uuid}/uncomplete/{taskStatus} (same operationId)
  • Path
  • taskStatus_uuid path parameter Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • taskStatus path parameter Added
POST /api/v1/addons/smartsearch/ukaml/{client_uuid}/run
  • Body
  • application/json content type Added
Added 3
DELETE /api/v1/personal-access-tokens/{id}
GET /api/v1/personal-access-tokens
POST /api/v1/personal-access-tokens