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

May 23, 2022

main
1.0.0
Compare

API structure has changed

8 structure changes including:
8 Modifications
Modified 8 Breaking
DELETE /api/v1/automation-blueprints/{automationBlueprint}/blueprint-steps/{blueprintStep}
  • Path
  • $automationBlueprint path parameter Modified
GET /api/v1/automation-blueprints/{automationBlueprint}/blueprint-steps/{blueprintStep}
  • Path
  • $automationBlueprint path parameter Modified
GET /api/v1/custom-field
  • Response
  • 200 response Modified
    • is_visible_to_clients property Added
GET /api/v1/custom-field/{customField}
  • Response
  • 200 response Modified
    • is_visible_to_clients property Added
POST /api/v1/automation-blueprints/{automationBlueprint}/blueprint-steps
  • Path
  • $automationBlueprint path parameter Modified
POST /api/v1/custom-field
  • Body
  • content type Modified
    • is_visible_to_clients property Added
  • Response
  • 200 response Modified
    • is_visible_to_clients property Added
PUT /api/v1/automation-blueprints/{automationBlueprint}/blueprint-steps/{blueprintStep}
  • Path
  • $automationBlueprint path parameter Modified
PUT /api/v1/custom-field/{customField}
  • Body
  • content type Modified
    • name, is_required properties Modified
    • type, is_visible_to_clients, model_type properties Added
  • Response
  • 200 response Modified
    • is_visible_to_clients property Added