How to pass in Owner's name and email parameters to VeracodeAPI.create_app method

32 views Asked by At

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

1

There are 1 answers

1
Tim Jarrett On

I'm the maintainer of veracode-api-py.

The method create_app in 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.