4 structure changes including:
3 Additions
1 Modification
Modified
1
GET /api/v1/task
- Query
- filter[priority] query parameter Added
Added
3
GET /api/v1/bulk-actions
GET /api/v1/bulk-actions/{id}
POST /api/v1/bulk-actions/execute
4 structure changes including:
4 Modifications
Modified
4
Breaking
GET /api/v1/automation-blueprints
- Query
- filter[is_active], filter[trigger], filter[name] query parameters Added
GET /api/v1/automation-blueprints/{automationBlueprint_uuid}
- Response
-
200 response Modified
-
application/json content type Modified
-
updated property Removed
-
Removing a resource is always breaking unless it was deprecated before Breaking
-
Removing a resource is always breaking unless it was deprecated before
- updated_at, conditions properties Added
-
updated property Removed
-
application/json content type Modified
POST /api/v1/automation-blueprints
- Response
-
200 response Modified
-
application/json content type Modified
-
updated property Removed
-
Removing a resource is always breaking unless it was deprecated before Breaking
-
Removing a resource is always breaking unless it was deprecated before
- updated_at, conditions properties Added
-
updated property Removed
-
application/json content type Modified
PUT /api/v1/automation-blueprints/{automationBlueprint_uuid}
- Response
-
200 response Modified
-
application/json content type Modified
-
updated property Removed
-
Removing a resource is always breaking unless it was deprecated before Breaking
-
Removing a resource is always breaking unless it was deprecated before
- updated_at, conditions properties Added
-
updated property Removed
-
application/json content type Modified
8 structure changes including:
4 Breaking changes
4 Additions
4 Removals
Removed
4
Breaking
GET /api/v1/addons/seccl/nodes
- Removing a resource is always breaking unless it was deprecated before Breaking
POST /api/v1/addons/seccl/associate-node
- Removing a resource is always breaking unless it was deprecated before Breaking
POST /api/v1/addons/seccl/sync-clients
- Removing a resource is always breaking unless it was deprecated before Breaking
POST /api/v1/addons/seccl/sync-plans
- Removing a resource is always breaking unless it was deprecated before Breaking
Added
4
GET /api/v1/addons/seccl/{addon}/nodes
POST /api/v1/addons/seccl/{addon}/associate-node
POST /api/v1/addons/seccl/{addon}/sync-clients
POST /api/v1/addons/seccl/{addon}/sync-plans
2 structure changes including:
2 Modifications
Modified
2
POST /api/v1/note
- Body
-
application/json content type Modified
- is_pinned property Added
PUT /api/v1/note/{uuid}
- Body
-
application/json content type Modified
- is_pinned property Added
8 structure changes including:
1 Addition
7 Modifications
Modified
7
GET /api/v1/client/{client_uuid}/employment/{uuid}
- Response
-
200 response Modified
-
application/json content type Modified
- job_title, income properties Added
-
application/json content type Modified
GET /api/v1/client/{client_uuid}/income/{uuid}
- Response
-
200 response Modified
-
application/json content type Modified
- employment property Added
-
application/json content type Modified
POST /api/v1/charge
- Body
-
application/json content type Modified
- notes property Added
POST /api/v1/client/{client_uuid}/employment
- Body
-
application/json content type Modified
-
occupation_code property Modified
- Property is no longer required
-
occupation_code property Modified
- Property is no longer required
-
employer property Modified
- Property is no longer required
-
employer property Modified
- Property is no longer required
- job_title property Added
-
occupation_code property Modified
- Response
-
201 response Modified
-
application/json content type Modified
- job_title, income properties Added
-
application/json content type Modified
POST /api/v1/client/{client_uuid}/income
- Body
-
application/json content type Modified
- employment_uuid property Added
- Response
-
201 response Modified
-
application/json content type Modified
- employment property Added
-
application/json content type Modified
PUT /api/v1/client/{client_uuid}/employment/{uuid}
- Body
-
application/json content type Modified
- job_title property Added
- Response
-
200 response Modified
-
application/json content type Modified
- job_title, income properties Added
-
application/json content type Modified
PUT /api/v1/client/{client_uuid}/income/{uuid}
- Response
-
200 response Modified
-
application/json content type Modified
- employment property Added
-
application/json content type Modified
Added
1
POST /api/v1/statement-transaction/auto-reconcile
2 structure changes including:
2 Modifications
Modified
2
GET /api/v1/client/{client_uuid}/all-notes
- Query
- filter[path] query parameter Added
GET /api/v1/note/{notableType}/{notableUuid}
- Query
- filter[path] query parameter Added