Update Transform API is not working

We are trying to update the transform using beta API, however, we are getting the following error message. We are in a situation to update the existing transform. Your immediate response would be appreciated.

{
    "detailCode": "400.1.1 Illegal update attempt",
    "trackingId": "5c7bbed454444077b3b31672fd402de4",
    "messages": [
        {
            "locale": "und",
            "localeOrigin": "REQUEST",
            "text": "Illegal attempt to modify id, name, type, internal."
        },
        {
            "locale": "en-US",
            "localeOrigin": "DEFAULT",
            "text": "Illegal attempt to modify id, name, type, internal."
        }
    ],
    "causes": []
}

Would suggest using a V3 API instead of beta API to update transform - refer update-transform | SailPoint Developer Community

Are you trying to change the transform (id,) name, or type in your request body? That’s what the error message says

Hello,

Try removing all system generated entries from the update json body and try

Regards
Arjun

Thanks for your reply. This issue had resolved. I was trying to update the transform name without noticing the actual transform name.

Error Message:- Uncaught API exception, message: Illegal attempt to modify id, name, type, internal. cause:unknown

Going forward I have to make sure that not updating id, name, type.

Thanks for your quick reply. Yes, you are correct. There was a slight difference in the transform name. Now I can update the transform, Once again thank you for the quick reply.

Good to know you have resolved the issues. On a side note, If you are not already using it, I suggest you to use Visual Studio Code with IDN Extension that makes it a lot easier to update Objects on your IDN tenant (in fact multiple tenants).
With this extension you can load these Objects (as shown in image below) directly in VS Code, modify and save them without having to use Postman (they connect to the APIs in the backend and carry out the same operations that you would in Postman).
image

PS: Please don’t forget to mark as Solution the response that helped you most in resolving your issue :slight_smile:

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.