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

about 22 hours ago

main
1.0.0
Compare
1.0.0

API structure has changed

14 structure changes including:
14 Modifications
Modified 14 Breaking
DELETE /api/v1/cases/{case_uuid}/participants
  • Body
  • application/json content type Modified
    • participants property Modified
      • Type went from array to array[string(uuid)]
DELETE /api/v1/conversation/{conversation_uuid}/admin
  • Body
  • application/json content type Modified
    • participants property Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • participant property Added
DELETE /api/v1/conversation/{conversation_uuid}/participants
  • Body
  • application/json content type Modified
    • participants property Modified
      • Type went from array to array[string(uuid)]
POST /api/v1/cases
  • Body
  • application/json content type Modified
    • participants, assigned_to_uuids, group_uuids, plans properties Modified
      • Type went from array to array[string(uuid)]
POST /api/v1/cases/{case_uuid}/participants
  • Body
  • application/json content type Modified
    • participants property Modified
      • Type went from array to array[string(uuid)]
POST /api/v1/circles
  • Body
  • application/json content type Modified
    • account_uuids, group_uuids properties Modified
      • Type went from array to array[string(uuid)]
POST /api/v1/client
  • Body
  • application/json content type Modified
    • groups property Modified
      • Type went from array to array[string(uuid)]
POST /api/v1/client/{client_uuid}/owners
  • Body
  • application/json content type Modified
    • owners property Modified
      • Type went from array to array[string(uuid)]
POST /api/v1/conversation
  • Body
  • application/json content type Modified
    • participants property Modified
      • Type went from array to array[string(uuid)]
POST /api/v1/conversation/{conversation_uuid}/admin
  • Body
  • application/json content type Modified
    • participants property Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • participant property Added
POST /api/v1/conversation/{conversation_uuid}/participants
  • Body
  • application/json content type Modified
    • participants property Modified
      • Type went from array to array[string(uuid)]
PUT /api/v1/cases/{uuid}
  • Body
  • application/json content type Modified
    • assigned_to_uuids, group_uuids, plans properties Modified
      • Type went from array to array[string(uuid)]
PUT /api/v1/circles/{uuid}
  • Body
  • application/json content type Modified
    • account_uuids, group_uuids properties Modified
      • Type went from array to array[string(uuid)]
    • accounts property Added
PUT /api/v1/client/{uuid}
  • Body
  • application/json content type Modified
    • groups property Modified
      • Type went from array to array[string(uuid)]