We now have multiple locations where we are using the API to update specific blueprints. Having all changes to blueprints made through the API under "Rest API" is too vague for us to know where specifically the change came from. It would be nice if we could include a name of the source in our blueprint change payload and then be able to see this reflect in the audit logs.
For example:
I change blueprint Service with a python script called "service_changer.py" using a POST in the script - I can also pass into the body of the POST "updatedByAlias":"service_changer.py"
And then later, I can filter the audit log by "updatedByAlias":"service_changer.py" to see all changes made through that specific script.