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

Oct 4, 2022

main
1.0.0
Compare

API structure has changed

5 structure changes including:
5 Modifications
Modified 5 Breaking
GET /api/v1/file/{uuid}
  • Response
  • 200 response Modified
    • original_created_at, progress, download_url, tags properties Added
POST /api/v1/file
  • Response
  • 200 response Modified
    • original_created_at, progress, download_url, tags properties Added
POST /api/v1/file/direct-upload
  • Body
  • content type Modified
    • name, file, folder_uuid, original_created_at properties Added
  • Response
  • 201 response Modified
    • original_created_at, progress, download_url, tags properties Added
PUT /api/v1/file/{file_uuid}/copy
  • Response
  • 200 response Modified
    • original_created_at, progress, download_url, tags properties Added
PUT /api/v1/file/{uuid}
  • Body
  • content type Modified
    • name property Modified
    • folder property Removed
    • folder_uuid, original_created_at properties Added
  • Response
  • 200 response Modified
    • original_created_at, progress, download_url, tags properties Added