cURL
curl --request POST \ --url https://{FUSION HOST}/api/links/replace \ --header 'Content-Type: application/json' \ --data '[ { "subject": { "type": "APPKIT_APP", "id": "<string>", "uri": "<string>", "canonicalName": "<string>" }, "object": { "type": "APPKIT_APP", "id": "<string>", "uri": "<string>", "canonicalName": "<string>" } } ]'
Replace the links for the specified resource.
Resource to replace links for.
JSON-formatted list of link definitions.
Show child attributes
Was this page helpful?