Insert AppConfigurations into the specified AppSurface.
POST /app_surfaces/:app_surface_id/relationships/app_configurations
curl https://reactor.adobe.io/app_surfaces/:app_surface_id/relationships/app_configurations \
-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 POST \
-d \
'
{
"data": [
{
"id": "AC7f38f663c0d14584a854711e24b80abf",
"type": "app_configurations"
}
]
}'
{
"data": [
{
"type": "app_configurations",
"id": "AC7f38f663c0d14584a854711e24b80abf"
}
],
"links": {
"related": "https://reactor.adobe.io/app_surfaces/AS874dd4a1fe0e4c958f9abbeca35a8c32/app_configurations",
"self": "https://reactor.adobe.io/app_surfaces/AS874dd4a1fe0e4c958f9abbeca35a8c32/relationships/app_configurations"
}
}