API structure has changed
12 structure changes including:
6 Breaking changes
6 Additions
6 Removals
Removed
6
Breaking
DELETE /api/configs/inline-hooks/{hookType}
- Removing a resource is always breaking unless it was deprecated before Breaking
GET /api/configs/inline-hooks
- Removing a resource is always breaking unless it was deprecated before Breaking
GET /api/configs/inline-hooks/{hookType}
- Removing a resource is always breaking unless it was deprecated before Breaking
PATCH /api/configs/inline-hooks/{hookType}
- Removing a resource is always breaking unless it was deprecated before Breaking
POST /api/configs/inline-hooks/test
- Removing a resource is always breaking unless it was deprecated before Breaking
PUT /api/configs/inline-hooks/{hookType}
- Removing a resource is always breaking unless it was deprecated before Breaking
Added
6
DELETE /api/configs/actions/{actionType}
GET /api/configs/actions
GET /api/configs/actions/{actionType}
PATCH /api/configs/actions/{actionType}
POST /api/configs/actions/test
PUT /api/configs/actions/{actionType}