Skip to main content
PUT
Update installed agent app

Authorizations

token
string
query
required

Vida API Token

Path Parameters

appId
string
required

ID of the application

appVersion
string
required

Version of the application (defaults to v1)

Query Parameters

targetAccountId
integer
required

Account whose installed app should be updated.

Body

application/json
app
object

Application manifest data to update

Example:
reload
boolean

Whether to reload the application

Example:

false

Response

Successfully updated the app

success
boolean
Example:

true

app
object

Agent app metadata and account-specific setup state.