Application
Update an application
Update an existing application (superadmin only).
patch/applications/{app_id}
Path parameters
app_idinteger required
ID of the application to update.
ID of the application to update.
Query parameters
cookie_namestring nullable
Request body
Example request
{
"name": "Knowledge Assistant",
"is_active": true,
"tenant_id": 1,
"app_url": "https://apps.example.com/assistant",
"native_app_id": 10,
"description": "Answers questions over the company knowledge base.",
"version": "1.0.0",
"avatar": "https://cdn.example.com/avatars/assistant.png"
}Response
Successful Response
Example response
{
"created_at": "2026-01-15T10:30:00Z",
"updated_at": "2026-01-16T08:00:00Z",
"is_active": true,
"avatar": "https://cdn.example.com/app-icon.png"
}