{
"data": {
"id": "FID001",
"type": "PlayerEmqGroup",
"attributes": {
"mediaStemPlaybackCount": 0
},
"relationships": {
"feedbackImage": {
"data": {
"id": "FID001",
"type": "File"
}
},
"audioInstructions": {
"data": {
"id": "FID001",
"type": "File"
}
}
}
}
}curl --location --request PATCH 'https://api.synap.ac/v3/player-emq-groups/' \
--header 'Content-Type: application/vnd.api+json' \
--data-raw '{
"data": {
"id": "FID001",
"type": "PlayerEmqGroup",
"attributes": {
"mediaStemPlaybackCount": 0
},
"relationships": {
"feedbackImage": {
"data": {
"id": "FID001",
"type": "File"
}
},
"audioInstructions": {
"data": {
"id": "FID001",
"type": "File"
}
}
}
}
}'