cURL
curl --request POST \ --url http://localhost:8787/api/v1/share/singleplayer \ --header 'Content-Type: application/json' \ --data '{ "quizId": "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>" } }
Create a shareable version of a singleplayer quiz
Quiz shared successfully
Show child attributes