Skip to main content
PUT
Update an Application

Usage

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

uid
string
required

The UID of the Application

Body

application/json
about
string | null

A short description of the Application

The URL to the Application

app_owner

The App owner: a User, a Team or a Team inbox. Teams and Team inboxes share the tv_ UID prefix. Expand the owner to distinguish their representations: only a Team inbox includes members. Expanding a Team or Team inbox owner requires the matching admin.teams.read or admin.team_inboxes.read scope. On write, only a User UID is accepted; sending the current owner UID back leaves the owner unchanged. Pass ?expand[]=field_name for full object.

app_owner_uid
string | null
deprecated

DEPRECATED: Use app_owner instead. The UID of the app owner (User, Team or Team inbox).

app_owner_backup

The App owner backup: a User, a Team or a Team inbox. Teams and Team inboxes share the tv_ UID prefix. Expand the owner to distinguish their representations: only a Team inbox includes members. Expanding a Team or Team inbox owner requires the matching admin.teams.read or admin.team_inboxes.read scope. On write, only a User UID is accepted; sending the current owner UID back leaves the owner unchanged. Pass ?expand[]=field_name for full object.

app_owner_backup_uid
string | null
deprecated

DEPRECATED: Use app_owner_backup instead. The UID of the app owner backup (User, Team or Team inbox).

currency
string | null
discovered_at
string<date>

date formatted as ISO 8601 (e.g. "2020-12-15")

lifecycle
enum<string> | null

Empty when status is not "approved"

Available options:
active,
cost_optimization,
deprecated,
evaluating,
security_assessment
name
string

The Application name

renewal_date
string<date> | null

date formatted as ISO 8601 (e.g. "2020-12-15")

status
enum<string>
default:discovered

The status of the Application

Available options:
approved,
discovered,
restricted
total_annual_cost
number | null
default:0

Application's annual cost.

Response

Application updated

result
object