cURL
curl --request PATCH \ --url http://localhost:8787/api/v1/share/{shareId} \ --header 'Content-Type: application/json' \ --data ' { "isAnonymous": true, "isPublic": true } '
{ "quiz": { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "userId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "title": "<string>", "description": "<string>", "topic": [ "<string>" ], "tags": [ "<string>" ], "passingScore": 123, "documentId": 123, "type": "<string>", "createdAt": "<string>", "language": "<string>", "userScore": 123, "correctAnswersCount": 123, "questionsCount": 123, "roomId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "totalTimeTaken": 123, "passed": true, "createdBy": "<string>" }, "shareId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "shareUrl": "<string>", "isPublic": true, "isAnonymous": true, "type": "<string>" }
Update a singleplayer quiz share
Documentation IndexFetch the complete documentation index at: https://docs.intelliq.dev/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.intelliq.dev/llms.txt
Use this file to discover all available pages before exploring further.
Quiz share updated successfully
Show child attributes