curl --request POST \
--url https://{FUSION HOST}/api/links/contexts \
--header 'Content-Type: application/json' \
--data '{
"resources": [
{
"type": "APPKIT_APP",
"id": "<string>",
"uri": "<string>",
"canonicalName": "<string>"
}
],
"contexts": [
{
"type": "APPKIT_APP",
"id": "<string>",
"uri": "<string>",
"canonicalName": "<string>"
}
],
"bypassCache": true
}'
{}
Change the Fusion app to which a link belongs.
curl --request POST \
--url https://{FUSION HOST}/api/links/contexts \
--header 'Content-Type: application/json' \
--data '{
"resources": [
{
"type": "APPKIT_APP",
"id": "<string>",
"uri": "<string>",
"canonicalName": "<string>"
}
],
"contexts": [
{
"type": "APPKIT_APP",
"id": "<string>",
"uri": "<string>",
"canonicalName": "<string>"
}
],
"bypassCache": true
}'
{}
successful operation
The response is of type object
.
Was this page helpful?