Unable to add Business Owner, Owner Email, Re-enter Email Parameters, While creating app.
Do we have any veracode_api?
Trying to pass -> VeracodeAPI.create_app("self", app_name_input, business_criticality_input, teams=['Hello'], business_owner = "xyz", Owner_Email = "[email protected]")
returns _rest_request raise requests.exceptions.RequestException() requests.exceptions.RequestException
I'm the maintainer of
veracode-api-py.The method
create_appin this library does not currently support supplying business owner name or email, as you can see in the documentation. The library does accept pull requests, and I've recorded this request as an issue if someone wants to add it.