fixed syntax error
This commit is contained in:
parent
040300f3d1
commit
3e2583e709
@ -33,7 +33,7 @@ const canCheckIn = permissions.checkPermissions(FEATURE_PERMISSIONS.ZONE_CHECKIN
|
|||||||
* post:
|
* post:
|
||||||
* tags: [Zone Check-in]
|
* tags: [Zone Check-in]
|
||||||
* summary: Record today's zone (upsert)
|
* summary: Record today's zone (upsert)
|
||||||
* description: Requires ZONE_CHECKIN. Body `{ data: { zone } }` (blue|green|yellow|red).
|
* description: "Requires ZONE_CHECKIN. Body { data: { zone } } (blue|green|yellow|red)."
|
||||||
* responses:
|
* responses:
|
||||||
* 200: { description: '{ date, zone, isCheckedInToday }' }
|
* 200: { description: '{ date, zone, isCheckedInToday }' }
|
||||||
* 400: { $ref: '#/components/responses/ValidationError' }
|
* 400: { $ref: '#/components/responses/ValidationError' }
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user