forked from andyburke/autonomous.contact
refactor: rooms => zones
This commit is contained in:
parent
525568d368
commit
20a5d1bc88
27 changed files with 2466 additions and 2044 deletions
15
public/api/zones/:zone_id/events/README.md
Normal file
15
public/api/zones/:zone_id/events/README.md
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
# /api/zones/:zone_id/events
|
||||
|
||||
Interact with a events for a zone.
|
||||
|
||||
## GET /api/zones/:zone_id/events
|
||||
|
||||
Get events for the given zone.
|
||||
|
||||
## PUT /api/zones/:zone_id/events/:event_id
|
||||
|
||||
Update an event.
|
||||
|
||||
## DELETE /api/zones/:zone_id/events/:event_id
|
||||
|
||||
Delete an event.
|
||||
Loading…
Add table
Add a link
Reference in a new issue