AppSecOps
Update an application
Update details of the given application.
post/v1/appsecops/applications/item/{application_id}
Path parameters
application_idstring required
Specify the application ID to update the application data
Request body
Example request
{
"dev_tool": "Jenkins",
"service_name": "AWS"
}Response
Success
Example response
{
"dev_tool": "Jenkins",
"service_name": "AWS"
}