Release Notes
- What's new
- Known issues
- Troubleshooting
- License reference
Get Started
Environments
Large Language Models (LLMs)
Webchats
Tutorials
API's reference
- watsonx Orchestrate Developer Edition APIs
Legal notices
watsonx Assistant
Update Watsonx Assistant Instance
PATCH
/
assistants
/
watsonx
/
{assistant_id}
Copy
Ask AI
curl --request PATCH \
--url http://localhost/api/v1/assistants/watsonx/{assistant_id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"title": "<string>",
"description": "<string>",
"tags": [
"<string>"
],
"name": "<string>",
"nickname": "<string>",
"config": {
"assistant_id": "<string>",
"environment_id": "<string>",
"intent": "<string>",
"action_title": "<string>",
"search_stickiness": false,
"shareable_context": true,
"hidden": false,
"api_key": "<string>",
"service_instance_url": "<string>",
"api_version": "2023-06-15",
"auth_type": "BEARER_TOKEN",
"auth_config": {},
"authorization_url": "<string>",
"crn": "<string>",
"message_context": {},
"connection_id": "<string>"
},
"hidden": true
}'
Copy
Ask AI
"<any>"
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Body
application/json
Response
200
application/json
Successful Response
The response is of type any
.
Copy
Ask AI
curl --request PATCH \
--url http://localhost/api/v1/assistants/watsonx/{assistant_id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"title": "<string>",
"description": "<string>",
"tags": [
"<string>"
],
"name": "<string>",
"nickname": "<string>",
"config": {
"assistant_id": "<string>",
"environment_id": "<string>",
"intent": "<string>",
"action_title": "<string>",
"search_stickiness": false,
"shareable_context": true,
"hidden": false,
"api_key": "<string>",
"service_instance_url": "<string>",
"api_version": "2023-06-15",
"auth_type": "BEARER_TOKEN",
"auth_config": {},
"authorization_url": "<string>",
"crn": "<string>",
"message_context": {},
"connection_id": "<string>"
},
"hidden": true
}'
Copy
Ask AI
"<any>"
Assistant
Responses are generated using AI and may contain mistakes.