Skip to main content

Update a transform

PUT 

/transforms/:id

Replaces the transform specified by the given ID with the transform provided in the request body. Only the "attributes" field is mutable. Attempting to change other properties (ex. "name" and "type") will result in an error.

Request

Responses

Indicates the transform was successfully updated and returns its new representation.