Update Room
interviews
Update Room
Update an interview room.
Only rooms in ‘pending’ status can be updated. Use this to override project context for a specific interview.
Parameters:
- room_id: UUID of the room
- research_goals_override: Override research goals (null to clear)
- interview_guide_override: Override interview guide (null to clear)
- max_duration_minutes: New max duration
- expires_at: New expiration time
Returns:
- Updated room details
PATCH
Update Room
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
application/json
Request model for updating an interview room.
Maximum string length:
42Response
Successful Response
Response model for interview room details.
Maximum string length:
42