Replace all existing AppSurfaces on a AppConfiguration with the specified AppSurfaces
PATCH /app_configurations/:app_configuration_id/relationships/app_surfaces
curl https://reactor.adobe.io/app_configurations/:app_configuration_id/relationships/app_surfaces \
-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": "AS074b6d5e1d594aa7a8d5a5f8864a6647",
"type": "app_surfaces"
}
]
}'
{
"data": [
{
"type": "app_surfaces",
"id": "AS074b6d5e1d594aa7a8d5a5f8864a6647"
}
],
"links": {
"related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/app_surfaces",
"self": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/relationships/app_surfaces"
}
}