I am trying to update an App (adding a redirect URI) via API. I have been using the same code for a while, but this time, I got the following error:
Okta HTTP 400 E0000001 Api validation failed: rotationType\nrotationType: The field has an invalid value
In case it is helpful, this is via the python SDK.
I am not changing anything about rotation, but hoping someone could point me in the right direction of what field in my API call is the problem - I looked in the docs, but I don’t see anything about nrotationType.
Thanks! I was able to fix it by overriding the value, but for reference, I do believe there is an issue either in the API or the SDK. Here is a minimal working example. Even just getting the app and sending a PUT request with the same body will raise the HTTP 400 error above. I am using okta python SDK 2.9.13 for reference.