Assign Escalating Markers
Request
The primary key for each resource.
Body Params application/vnd.api+json
The primary key for each resource.
{
"data": [
{
"id": "FID001",
"type": "User"
}
]
}
Request samples
curl --location --request POST 'https://api.synap.ac/v3/attempts//relationships/assigned-escalating-markers' \
--header 'Content-Type: application/vnd.api+json' \
--data-raw '{
"data": [
{
"id": "FID001",
"type": "User"
}
]
}'
Responses
application/vnd.api+json Modified at 2025-07-08 10:51:21