API reference / volunteers

volunteers

POST/api/v1/shifts/:id/signups

Take a slot on a rota. Idempotent per person; a full shift returns 409 with the live count rather than 400, because two parents tapping at once is the normal case.

Auth:
required
DELETE/api/v1/shifts/:id/signups

Give a rota slot back. Only ever the caller's own signup.

Auth:
required
volunteers API — Peer10 Developers