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
23
public/api/zones/:zone_id/README.md
Normal file
23
public/api/zones/:zone_id/README.md
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
# /api/zones/:zone_id
|
||||
|
||||
Interact with a specific zone.
|
||||
|
||||
## GET /api/zones/:zone_id
|
||||
|
||||
Get the zone specified by `:zone_id`.
|
||||
|
||||
## PUT /api/zones/:zone_id
|
||||
|
||||
Update the zones specified by `:zone_id`.
|
||||
|
||||
Eg:
|
||||
|
||||
```
|
||||
{
|
||||
name?: string;
|
||||
}
|
||||
```
|
||||
|
||||
## DELETE /api/zones/:zone_id
|
||||
|
||||
Delete the zone specified by `:zone_id`.
|
||||
Loading…
Add table
Add a link
Reference in a new issue