<aside> 💡 Location is an internal name. In the UI and elsewhere, this is Region.
</aside>
GET /api/admin/locations
SCHEMA
locations: Array
id: Integername: Stringfill_strategy: String - least or full. Full will fill to the fill_to variable on the region (AZ).created_at: DateTimeupdated_at: DateTimeGET /api/admin/locations/{id}
SCHEMA
location: Object
id: Integername: Stringfill_strategy: String - least or full. Full will fill to the fill_to variable on the region (AZ).created_at: DateTimeupdated_at: DateTimePATCH /api/admin/locations/{id}
SCHEMA
location: Object
name: Stringfill_strategy: String - least or full. Full will fill to the fill_to variable on the region (AZ).POST /api/admin/locations
SCHEMA
location: Object
name: Stringfill_strategy: String - least or full. Full will fill to the fill_to variable on the region (AZ).DELETE /api/admin/locations/{id}