Skip to main content
PUT
Update installed agent app

Authorizations

token
string
query
required

Vida API Token

Path Parameters

appId
string
required

App identifier returned by GET /api/v2/apps.

Minimum string length: 1
appVersion
string
required

Exact app version returned by GET /api/v2/apps.

Minimum string length: 1

Query Parameters

targetAccountId
integer

Computer Agent account whose app state should be used. Defaults to the API token account.

Body

application/json
app
object | null

Complete current app manifest with updated dependency values.

reload
boolean | null
default:false

Reload the current catalog manifest instead of applying app values.

Response

Updated app manifest and activation state

app
object
required

Agent app metadata and account-specific setup state.

success
boolean
Example:

true