Update the artifact set

Request

PUT https://{hostname}:{port}
  /build/rest2/artifactsets/{id}
Table 1. URL parameters
Parameter Type Required Description
id string true The identifier to use when looking up an artifact set. This is the ID of the artifact set
This command takes a JSON request string or file. Use the following template for the request:
{
  "description": "The description of the artifact set",
  "inactive": "The inactive status of the artifact set",
  "name": "The name of the artifact set"
}