Skip to main content
Update Watsonx Assistant Instance

Authorizations

Authorization
string
header
required

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

Path Parameters

assistant_id
string
required

Body

application/json
title
string | null
description
string | null
tags
string[] | null
name
string | null
nickname
string | null
config
WatsonAssistantConfigRequest · object | null
hidden
boolean | null
context_access_enabled
boolean | null

Enable access to context variables for this agent

context_variables
string[] | null

List of context variable names that this agent can access

Response

Successful Response