Request
Body Params application/vnd.api+json
{
"data": [
{
"type": "StudyItem",
"attributes": {
"targetId": "FID001",
"type": "collection"
}
}
]
}
Request Code Samples
curl --location --request POST 'https://api.synap.ac/v3/studies//relationships/items' \
--header 'Content-Type: application/vnd.api+json' \
--data-raw '{
"data": [
{
"type": "StudyItem",
"attributes": {
"targetId": "FID001",
"type": "collection"
}
}
]
}'
Responses
This response does not have a body.
Modified at 2026-02-03 10:07:28