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.
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>"
}
}
]'
Resource to replace links for.
JSON-formatted list of link definitions.
The body is of type object[]
.
Was this page helpful?