POST
/
links
/
replace
Replace a resource's links
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>"
    }
  }
]'

Query Parameters

resource
string

Resource to replace links for.

Body

application/json · object[]

JSON-formatted list of link definitions.

The body is of type object[].