Add a link on a version
This command adds an external link on the specified component version.
Request
PUT https://{hostname}:{port}
/cli/version/addLink?{parameters}
Accept: application/json
| Parameter | Type | Required | Description |
|---|---|---|---|
| component | string | false | Name or ID of the component; this value is required if you specify the version name instead of ID |
| version | string | true | Name or ID of the version |
| linkName | string | true | Name of the link to add |
| link | string | true | Value of the link to add |
| Parameter | Type | Required | Description |
|---|---|---|---|
| Accept | application/json |
true |
Related CLI command: addVersionLink.