Create a new shared session or join the existing shared session associated to the given domain(and app).
POST/api/v1/shared-sessions
Create a new shared session or join the existing shared session associated to the given domain(and app).
If join_session is true, it will randomly join an existing shared session associated to the given domain, the existing shared session will be returned. Set both join_session and only_same_app to true, if you want to join an existing shared session associated to the given domain and app.
If there is no existing session for the given domain_id and app_id, it will create a new shared session.
Check out https://www.notion.so/Self-hosted-Domain-Servers-e7f8116e0cd94222a118779fb09cc854?pvs=4#f13c80dcb3414327a83a1625d386e81f for more details.
Request
Responses
- 200
- 400
- 401
- 404
- 500
OK
error message
error message
error message
error message