Skip to content

Update attendance status for a specific user

PATCH
/api/calendar/events/{id}/attendance/{userId}
id
required
string format: uuid
userId
required
string format: uuid
object
status
required
string
Allowed values: playing not_playing maybe no_response

Success

object
ok
required
boolean
data
nullable

Bad request / invalid input

object
ok
required
boolean
error
required
string
code
string

Unauthenticated

object
ok
required
boolean
error
required
string
code
string

Forbidden / not in band

object
ok
required
boolean
error
required
string
code
string

Event not found

object
ok
required
boolean
error
required
string
code
string

Server error

object
ok
required
boolean
error
required
string
code
string