Request
Body Params application/vnd.api+jsonRequired
{
"data": {
"id": "FID001",
"type": "PlayerEmqGroup",
"attributes": {
"mediaStemPlaybackCount": 0
},
"relationships": {
"feedbackImage": {
"data": {
"id": "FID001",
"type": "File"
}
},
"audioInstructions": {
"data": {
"id": "FID001",
"type": "File"
}
}
}
}
}
Request Code Samples
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"
}
}
}
}
}'
Modified at 2026-03-24 08:18:48