Update Release Member
PUT {{protocol}}://{{instance_zuid}}.{{instances_api_url}}/{{instances_api_version}}/releases/{{release_zuid}}/members/{{member_zuid}}
Updates a specific Member. The only updatable field is version
.
Note: Updating non-updatable fields results in a 200
and the response shows the field as being updated BUT a subsequent GET
to the Resource 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
{"version"=>2}
RESPONSES
status: OK
{"_meta":{"timestamp":"2021-09-09T20:57:49.050883302Z","totalResults":1,"start":0,"offset":0,"limit":1},"data":{"ZUID":"28-a0b187c2ed-1234","releaseZUID":"27-deb9deccb2-1234","resourceZUID":"Erroneous Resource ZUID","version":2,"createdByUserZUID":"5-bae188a3d8-1234","updatedByUserZUID":"5-bae188a3d8-1234","createdAt":"2021-09-09T20:27:10Z","updatedAt":"2021-09-09T20:57:49.043822321Z"}}