API structure has changed
32 structure changes including:
15 Breaking changes
16 Additions
1 Modification
15 Removals
Modified
1
GET /api/users
- Query
- labelsIds query parameter Added
Removed
15
Breaking
PUT /api/users/{user_id}/availability/{id}
- Removing a resource is always breaking unless it was deprecated before Breaking
PUT /api/locations/{location_id}/shifts/{id}
- Removing a resource is always breaking unless it was deprecated before Breaking
PUT /api/locations/shifts/reports/{id}
- Removing a resource is always breaking unless it was deprecated before Breaking
POST /api/users/{user_id}/availability
- Removing a resource is always breaking unless it was deprecated before Breaking
POST /api/locations/{location_id}/shifts
- Removing a resource is always breaking unless it was deprecated before Breaking
POST /api/locations/shifts/reports
- Removing a resource is always breaking unless it was deprecated before Breaking
GET /api/stats/availability
- Removing a resource is always breaking unless it was deprecated before Breaking
GET /api/locations/shifts/reports/{id}
- Removing a resource is always breaking unless it was deprecated before Breaking
GET /api/locations/shifts/reports
- Removing a resource is always breaking unless it was deprecated before Breaking
GET /api/locations
- Removing a resource is always breaking unless it was deprecated before Breaking
GET /api/circuits
- Removing a resource is always breaking unless it was deprecated before Breaking
GET /api/announcements
- Removing a resource is always breaking unless it was deprecated before Breaking
DELETE /api/users/{user_id}/availability/{id}
- Removing a resource is always breaking unless it was deprecated before Breaking
DELETE /api/locations/{location_id}/shifts/{id}
- Removing a resource is always breaking unless it was deprecated before Breaking
DELETE /api/locations/shifts/reports/{id}
- Removing a resource is always breaking unless it was deprecated before Breaking
Added
16
PUT /api/users/{user_id}/availability/{id}
PUT /api/locations/{location_id}/shifts/{id}
PUT /api/locations/shifts/reports/{id}
POST /api/users/{user_id}/web_push_subscriptions
POST /api/users/{user_id}/availability
POST /api/locations/{location_id}/shifts
POST /api/locations/shifts/reports
GET /api/stats/availability
GET /api/locations/shifts/reports/{id}
GET /api/locations/shifts/reports
GET /api/locations
GET /api/circuits
GET /api/announcements
DELETE /api/users/{user_id}/availability/{id}
DELETE /api/locations/{location_id}/shifts/{id}
DELETE /api/locations/shifts/reports/{id}