Update Application

PUT https://{{API_URL}}/applications/:id

Update a single application's attributes by ID.

Request Params

KeyDatatypeRequiredDescription
{{id}} - ** updated in path above or variablestringint32 - id of application found in Kenna when selected
**Items to be updated in Body Tabstringapplication
object

business_units string Business units for the application

external_facing boolean Set this to true if your application is external facing.

true identifiers array of strings Array of identifiers for the application

identifiers

host_name string Name of the host where the application is deployed

name string Name of the application

notes string Any notes regarding the application

owner string Name of the application owner

priority int32 The priority of your application, on a scale of 1 (low priority) to 10 (high priority).

10 repo_url string URL to the code repository for the application

team_name string Name of the team responsible for the application

|

Request Body

{"application"=>{"name"=>"Demo Test 12", "repo_url"=>"Demo repo URL", "host_name"=>"Demo host name", "owner"=>"Demo owner", "team_name"=>"Demo team", "business_units"=>"Demo business units", "notes"=>"Demo notes", "priority"=>10, "identifiers"=>["demo2", "demo3"]}}