Location

Method Description Path
GET Получить все локации /locations
GET Получить локацию по id /locations/{location_id}
POST Создать локацию /locations
PATCH Обновить локацию по id /locations/{location_id}
DELETE Удалить все локации /locations
DELETE Удалить локацию id /locations/{location_id}

Event

Method Description Path
GET Получить события /events
GET Получить событие по id /events/{event_id}
POST Создать событие /events
PATCH Обновить событие по id /events/{event_id}
DELETE Удалить события /events
DELETE Удалить событие по id /events/{event_id}