Change Updates

Do not miss any Garmat API changes, ever again

Subscribe to the Garmat API changelog to be up to date on recent changes.

RSS

Sep 5, 2024

main
0.0.4
Compare

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
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
GET /api/facilities/{id}
  • Response
  • 200 response Modified
    • content type Modified
      • region_id property Added
POST /api/facilities
  • Body
  • content type Modified
    • region_id property Added
  • Response
  • 200 response Modified
    • content type Modified
      • region_id property Added
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
PUT /api/facilities/{id}
  • Body
  • content type Modified
    • region_id property Added
  • Response
  • 200 response Modified
    • content type Modified
      • region_id property Added
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