Skip to main content

Update a transform​

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 attributes will result in an error. A token with transform write authority is required to call this API.

Path Parameters
  • id string required

    ID of the transform to update

    Example: 2c9180835d2e5168015d32f890ca1581
Request Body

The updated transform object (must include "name", "type", and "attributes" fields).

  • id string

    Unique ID of this transform

  • name string required

    Unique name of this transform

  • type string required
  • attributes object required

    Meta-data about the transform. Values in this list are specific to the type of transform to be executed.

Responses

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


Schema
  • id string

    Unique ID of this transform

  • name string

    Unique name of this transform

  • type string
  • attributes object

    Meta-data about the transform. Values in this list are specific to the type of transform to be executed.

  • internal boolean

    Default value: false

    Indicates whether this is an internal SailPoint-created transform or a customer-created transform

Loading...