API structure has changed
10 structure changes including:
1 Breaking change
3 Additions
6 Modifications
1 Removal
Modified
6
GET /api/booths
- Response
-
200 response Modified
-
content type Modified
-
data property Modified
- bay_count, brand_name, burner_size, height, length, model_number, motor_size, width properties Added
-
data property Modified
-
content type Modified
GET /api/booths/{id}
- Response
-
200 response Modified
-
content type Modified
- bay_count, brand_name, burner_size, height, length, model_number, motor_size, width properties Added
-
content type Modified
GET /api/facilities/{id}
- Response
-
200 response Modified
-
content type Modified
- region_id property Added
-
content type Modified
POST /api/facilities
- Body
-
content type Modified
- region_id property Added
- Response
-
200 response Modified
-
content type Modified
- region_id property Added
-
content type Modified
PUT /api/booths/{id}
- Body
-
content type Modified
- bay_count, brand_name, burner_size, height, length, model_number, motor_size, width properties Added
- Response
-
200 response Modified
-
content type Modified
- bay_count, brand_name, burner_size, height, length, model_number, motor_size, width properties Added
-
content type Modified
PUT /api/facilities/{id}
- Body
-
content type Modified
- region_id property Added
- Response
-
200 response Modified
-
content type Modified
- region_id property Added
-
content type Modified
Removed
1
Breaking
GET /api/booths/booth_status_summary
- Removing a resource is always breaking unless it was deprecated before Breaking
Added
3
GET /api/accounts/summary
GET /api/accounts/{account_id}/regions
POST /api/accounts/{account_id}/regions