# Reopen conversation Reopen a conversation and offer it in the same queue. Falls back to the default organization queue if the conversation has no target queue. Endpoint: PUT /beta/conversations/{conversationId}/reopen Version: beta Security: ApiKeyAuth ## Path parameters: - `conversationId` (integer, required) ## Request fields (application/json): - `userId` (string) ## Response 400 fields (application/json): - `message` (string, required) ## Response 404 fields (application/json): - `message` (string, required) ## Response 500 fields (application/json): - `message` (string, required) ## Response 204 fields