fixed syntax error

This commit is contained in:
Dmitri 2026-06-12 11:21:03 +02:00
parent 040300f3d1
commit 3e2583e709

View File

@ -33,7 +33,7 @@ const canCheckIn = permissions.checkPermissions(FEATURE_PERMISSIONS.ZONE_CHECKIN
* post:
* tags: [Zone Check-in]
* 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:
* 200: { description: '{ date, zone, isCheckedInToday }' }
* 400: { $ref: '#/components/responses/ValidationError' }