name
PATCH /libraries/:library_id/relationships/environment
curl https://reactor.adobe.io/libraries/:library_id/relationships/environment \
-H "Accept: application/vnd.api+json;revision=1" \
-H "Content-Type: application/vnd.api+json" \
-H "Authorization: Bearer [TOKEN]" \
-H "X-Api-Key: [KEY]" \
-H "X-Gw-Ims-Org-Id: [ORG_ID]" \
-X PATCH \
-d \
'
{
"data": {
"id": "EN663e79f39f8f4518aac8f6c7cbe6014e",
"type": "environments"
}
}'
{
"data": {
"id": "EN663e79f39f8f4518aac8f6c7cbe6014e",
"type": "environments"
},
"links": {
"related": "https://reactor.adobe.io/libraries/LBa92b04c2ae9b43dfa7b540d07337b1e8/environment",
"self": "https://reactor.adobe.io/libraries/LBa92b04c2ae9b43dfa7b540d07337b1e8/relationships/environment"
}
}