Request
Body Params application/vnd.api+json
Allowed value:AttemptLock
{
"data": {
"type": "AttemptLock",
"attributes": {},
"relationships": {
"attempt": {
"data": {
"id": "FID001",
"type": "Attempt"
}
}
}
}
}
Request samples
curl --location --request POST 'https://api.synap.ac/v3/attempt-locks' \
--header 'Content-Type: application/vnd.api+json' \
--data-raw '{
"data": {
"type": "AttemptLock",
"attributes": {},
"relationships": {
"attempt": {
"data": {
"id": "FID001",
"type": "Attempt"
}
}
}
}
}'
Responses
data
object (AttemptLock)Â
optionalThe primary key for each resource.
Allowed value:AttemptLock
{
"data": {
"id": "FID001",
"type": "AttemptLock",
"attributes": {},
"relationships": {
"attempt": {
"data": {
"id": "FID001",
"type": "Attempt"
}
}
}
}
}
Modified at 2025-07-08 10:51:21