Experts

Update Expert Status

Update expert availability status

Frontend options map to:

  • "Available" → status="available", pause_schedule=false
  • "Offline" (scheduled return) → status="offline", pause_schedule=false
  • "Offline Indefinitely" → status="offline", pause_schedule=true

System automatically manages BUSY state during active work.

put/api/v1/experts/status

Request body

statusstring required
pause_scheduleboolean

Response

Successful Response

{"stackTrail":"paths:/api/v1/experts/status:put:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes

No recorded changes to this endpoint across all 1 revision of this API.