POST
/
api
/
v1
/
share
/
multiplayer
curl --request POST \
  --url http://localhost:8787/api/v1/share/multiplayer \
  --header 'Content-Type: application/json' \
  --data '{
  "quizId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "roomId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "isAnonymous": true,
  "isPublic": true
}'
{
  "shareId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "shareUrl": "<string>",
  "isAnonymous": true,
  "isPublic": true,
  "type": "<string>",
  "quiz": {
    "quizId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "title": "<string>"
  }
}

Body

application/json

Response

201 - application/json

Share created

The response is of type object.