Update Release

PUT {{protocol}}://{{instance_zuid}}.{{instances_api_url}}/{{instances_api_version}}/releases/{{release_zuid}}

Updates a specific Release. The only updatable fields are name and description.

Note: Updating non-updatable fields results in a 200 and the response shows the field as being updated BUT a subsequent GET to the Release ZUID will show that the PUT did NOT take. This erroneous response will be fixed in future updates.

Calling this method before activation will throw a 204 error code.

Request Body

{"description"=>"Postman Release Updated Description"}

RESPONSES

status: OK

{"_meta":{"timestamp":"2021-09-09T20:47:12.312762774Z","totalResults":1,"start":0,"offset":0,"limit":1},"data":{"ZUID":"27-deb9deccb2-1234","name":"Postman Release","description":null,"createdByUserZUID":"Erroneous User","updatedByUserZUID":"5-bae188a3d8-1234","createdAt":"2021-09-09T17:24:56Z","updatedAt":"2021-09-09T20:47:12.306372379Z"}}