We are using a custom process to approve a new developer app’s API key. We poll for needed approvals, populate a queue which is consumed by an app that interfaces with Service Now that kicks off an approval workflow. I wanted to use a custom attribute to show that the approval process in underway and then eventually complete.
Is there a way, that I’m not seeing , in the management API that allows for a new attribute to be added to the ‘to be’ approved app. This is allowed in the UI, so I was expecting this to allowed in the API, but but not seeing it. .. One can list them, update then and delete them, but not seeing create.
Thanks