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

12 days ago

main
v1.8.0
Compare
v1.8.0

API structure has changed

5 structure changes including:
5 Modifications
Modified 5 Breaking
GET /api/v1/client/{client_uuid}/illustrations
  • Response
  • 200 response Modified
    • application/json content type Modified
      • account property Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • client, accounts properties Added
GET /api/v1/illustration/{uuid}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • account property Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • client, accounts properties Added
GET /api/v1/plans/{plan_uuid}/illustrations
  • Response
  • 200 response Modified
    • application/json content type Modified
      • account property Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • client, accounts properties Added
POST /api/v1/illustration
  • Response
  • 200 response Modified
    • application/json content type Modified
      • account property Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • client, accounts properties Added
PUT /api/v1/illustration/{uuid}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • account property Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • client, accounts properties Added