Update attendance status
PATCH /api/calendar/events/{id}/attendance/{userId}
PATCH
/api/calendar/events/{id}/attendance/{userId}
Updates the attendance status for a band member. Any band member can update anyone’s status.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” id
required
UUID identifier
string format: uuid
Example
550e8400-e29b-41d4-a716-446655440000UUID identifier
userId
required
UUID identifier
string format: uuid
Example
550e8400-e29b-41d4-a716-446655440000UUID identifier
Request Body
Section titled “Request Body ”object
status
required
string
Responses
Section titled “ Responses ”Attendance updated
object
ok
required
boolean
Validation error
object
ok
required
boolean
error
required
string
Unauthorized
object
ok
required
boolean
error
required
string
Event or attendance not found
object
ok
required
boolean
error
required
string