{
"data": {
"type": "AttemptOverride",
"attributes": {
"overrides": [
"score"
],
"comment": "string",
"grade": {
"oldValue": "string",
"newValue": "string",
"isOriginal": true
},
"score": {
"oldValue": "string",
"newValue": "string",
"isOriginal": true
},
"points": {
"oldValue": "string",
"newValue": "string",
"isOriginal": true
},
"credits": {
"oldValue": "string",
"newValue": "string",
"isOriginal": true
},
"penalties": {
"oldValue": "string",
"newValue": "string",
"isOriginal": true
},
"reverted": true
},
"relationships": {
"attempt": {
"data": {
"id": "FID001",
"type": "Attempt"
}
},
"owner": {
"data": {
"id": "FID001",
"type": "User"
}
}
}
}
}curl --location --request POST 'https://api.synap.ac/v3/attempt-overrides?include' \
--header 'Content-Type: application/vnd.api+json' \
--data-raw '{
"data": {
"type": "AttemptOverride",
"attributes": {
"overrides": [
"score"
],
"comment": "string",
"grade": {
"oldValue": "string",
"newValue": "string",
"isOriginal": true
},
"score": {
"oldValue": "string",
"newValue": "string",
"isOriginal": true
},
"points": {
"oldValue": "string",
"newValue": "string",
"isOriginal": true
},
"credits": {
"oldValue": "string",
"newValue": "string",
"isOriginal": true
},
"penalties": {
"oldValue": "string",
"newValue": "string",
"isOriginal": true
},
"reverted": true
},
"relationships": {
"attempt": {
"data": {
"id": "FID001",
"type": "Attempt"
}
},
"owner": {
"data": {
"id": "FID001",
"type": "User"
}
}
}
}
}'