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?