Add a status to a version
Request
PUT https://{hostname}:{port}
/cli/version/addStatus?{parameters}
Accept: {contentType}
| 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 |
| status | string | true | Name of the status to apply |
| Parameter | Type | Required | Description |
|---|---|---|---|
| Accept |
|
true |
Related CLI command: addVersionStatus.