events
Spawn Overflow Room
Called by the frontend when a user tries to join a community hour room and finds them all full. Spawns an additional overflow room they can join.
Rate-limited implicitly by the activity_config.community_event_id check — if all existing rooms are full, we add one. If they aren't, we no-op.
post/events/community-rooms/spawn-overflow/{event_key}
Path parameters
event_keystring required
Headers
authorizationstring nullable
Response
Successful Response
{"stackTrail":"paths:/events/community-rooms/spawn-overflow/{event_key}:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}
Changes
No recorded changes to this endpoint across all 1 revision of this API.