API structure has changed
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
-
- 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
-
- 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
-
- updated_at, conditions properties Added
-
updated property Removed
-
application/json content type Modified