Add a link on a version#

This command adds an external link on the specified component version.

Request#

PUT https://{hostname}:{port}
    /cli/version/addLinkWithName?{parameters}
Accept: application/json

Parameter Type Required Description
component string false Name or ID of the component. This value is required if you specify a version name instead of an ID
version string true Name or ID of the version
Parameter Type Required Description
Accept application/json true  

This command takes a JSON request string or file. Use the following template for the request:

{
  "isPriority": "Optional. If true, prioritize the link by 
  placing it in the version page header for quicker access",
  "link": "Link url",
  "name": "Link name"
}

Related CLI command: addVersionLinkWithName.

Parent topic: version resource