{
"data": {
"type": "QuestionImportValidation",
"attributes": {
"newTags": 0,
"toCreate": 0,
"toUpdate": 0,
"toDelete": 0,
"appendToTest": true
},
"relationships": {
"test": {
"data": {
"id": "FID001",
"type": "Test"
}
}
}
}
}
curl --location --request POST 'https://api.synap.ac/v3/question-import-validations' \
--header 'Content-Type: application/vnd.api+json' \
--data-raw '{
"data": {
"type": "QuestionImportValidation",
"attributes": {
"newTags": 0,
"toCreate": 0,
"toUpdate": 0,
"toDelete": 0,
"appendToTest": true
},
"relationships": {
"test": {
"data": {
"id": "FID001",
"type": "Test"
}
}
}
}
}'
{
"data": {
"id": "FID001",
"type": "QuestionImportValidation",
"attributes": {
"newTags": 0,
"toCreate": 0,
"toUpdate": 0,
"toDelete": 0,
"appendToTest": true
},
"relationships": {
"test": {
"data": {
"id": "FID001",
"type": "Test"
}
}
}
}
}