Update a single release element

Specify the updated information for the release element as a JSON object. The server updates the instance in the request path; the 'id' attribute of the JSON object is ignored.

Request

PUT http://{hostname}:{port}
  /releases/{id}?{parameters}
Accept: application/json
Content-Type: application/json
Table 1. Request parameters
Parameter Type Required Description
format string false One of the format options; this parameter determines what information is included in the JSON response. If not specified, or if an unrecognized value is specified, the default format of "detail" will be used.
Table 2. URL parameters
Parameter Type Required Description
id string true The ID of the release element.
Table 3. Header parameters
Parameter Type Required Description
Content-Type application/json true  
Accept application/json true  
For the format parameter, use one of the following format options:
list
Primary properties and base application, life cycle model, milestones, team, and total changes
detail
Primary properties and base application, life cycle model, milestones, phases, and related detailed information
For details about the full JSON that the server returns when you select one of these formats, see the related resource: release resource.

Feedback