| .. | ||
| events | ||
| index.ts | ||
| README.md | ||
/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.