Update Application via API

Is it possible to update some details of an application via the management API?

We have a CI/CD process in place and we currently, manually, have to add URLs for each environment for Allowed Callback URL and Allowed Web Origins list because they do not support wildcarding, but we would like a way that we can add and remove items form this list whenever a new test environment is procured without this manual intervention.

Any guidance please?

Hey @PaulI!

Unfortunately I believe there’s no way to do that automatically. I’m totally sure that Management API doesn’t offer such option. you can specify an array of logout urs using the API;

but not the callbacks. Maybe someone from community found a workaround for that.