conversations

Toggle Conversation Status

Toggle conversation status between 'require_action' and 'ongoing'.

This endpoint allows Noso AI admin to manually move conversations between:

  • Require Action tab (status = 'require_action')
  • Ongoing tab (status = 'ongoing')

Toggle logic:

  • If status is 'require_action' → Set to 'ongoing' (move to Ongoing)
  • Otherwise → Set to 'require_action' (move to Require Action)
post/conversations/{conversation_id}/toggle-status

Path parameters

conversation_idstring uuid required

Response

Successful Response

{"stackTrail":"paths:/conversations/{conversation_id}/toggle-status: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.