POST
/
links
/
contexts
Update a link's context
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
}'
{}

Body

application/json

Response

200 - application/json

successful operation

The response is of type object.