Lock chat session
PUT/participants/:user_id/chat_sessions/:id/lock
Lock a chat session with session id
Requires the coach access token.
This will lock the chat session so that no one can join the chat session without the approval from the coach or participant who are already in the chat session.
Request
Responses
- 204
- 400
- 401
- 409
- 422
- 500
No Content
Response Headers
Access-Control-Allow-Headers
Access-Control-Allow-Methods
Access-Control-Allow-Origin
Cache-Control
Content-Type
Bad Request
Unauthorized
Conflict
Unprocessable Entity
Internal Server Error