cURL
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.
Show child attributes
successful operation
Was this page helpful?