Postman error while updating the transforms

I’m trying to update the transforms in sailpoint identitynow using the put request (https://{tenant}.api.identitynow.com/v3/transforms), but i’m getting the following error.

I’m trying to use PUT request to update an API, but i’m getting the below error.

“errorName”: “NotAllowedException”, “errorMessage”: “RESTEASY003650: No resource method found for PUT, return 405 with Allow header”, “trackingId”: "89798fbcbfe14a19bb49a96e4c634b41

can someone help me please.

Hi @chandracmmohan27
Welcome to the community!

To update a transform, you need to send a PUT to https://{tenant}.api.identitynow.com/v3/transforms/{id} wher {id} is the id of the transform.
The id, internal must be removed from the payload.

2 Likes