{
"data": {
"id": "FID001",
"type": "MobileSpacedLearning",
"attributes": {
"enabled": true,
"intensityLevel": 0,
"totalStudyItems": 0,
"totalQuestions": 0,
"totalAnsweredQuestions": 0,
"competencyScore": 0,
"masteryLevel": "string",
"spacedRepetitionDueDate": "string",
"spacedRepetitionStatus": "string",
"masteryDivisions": [
{}
],
"studyItemsOverview": [
{}
]
},
"relationships": {
"spacedRepetitionLatestQuiz": {
"data": {
"id": "FID001",
"type": "MobileQuiz"
}
}
}
}
}
curl --location --request PATCH 'https://api.synap.ac/v3/mobile/spaced-learnings/' \
--header 'Content-Type: application/vnd.api+json' \
--data-raw '{
"data": {
"id": "FID001",
"type": "MobileSpacedLearning",
"attributes": {
"enabled": true,
"intensityLevel": 0,
"totalStudyItems": 0,
"totalQuestions": 0,
"totalAnsweredQuestions": 0,
"competencyScore": 0,
"masteryLevel": "string",
"spacedRepetitionDueDate": "string",
"spacedRepetitionStatus": "string",
"masteryDivisions": [
{}
],
"studyItemsOverview": [
{}
]
},
"relationships": {
"spacedRepetitionLatestQuiz": {
"data": {
"id": "FID001",
"type": "MobileQuiz"
}
}
}
}
}'
{
"data": {
"id": "FID001",
"type": "MobileSpacedLearning",
"attributes": {
"enabled": true,
"intensityLevel": 0,
"totalStudyItems": 0,
"totalQuestions": 0,
"totalAnsweredQuestions": 0,
"competencyScore": 0,
"masteryLevel": "string",
"spacedRepetitionDueDate": "string",
"spacedRepetitionStatus": "string",
"masteryDivisions": [
{}
],
"studyItemsOverview": [
{}
]
},
"relationships": {
"spacedRepetitionLatestQuiz": {
"data": {
"id": "FID001",
"type": "MobileQuiz"
}
}
}
}
}