v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1475719557.8 KB

Updates the configuration of a knowledge base with the fields that you specify. Because all fields will be overwritten, you must include the same values for fields that you want to keep the same.

You can change the following fields:

  • name

  • description

  • roleArn

You can't change the knowledgeBaseConfiguration or storageConfiguration fields, so you must specify the same configurations as when you created the knowledge base. You can send a GetKnowledgeBase request and copy the same configurations.

put/knowledgebases/{knowledgeBaseId}

Path parameters

knowledgeBaseIdstring required

The unique identifier of the knowledge base to update.

Request body

namestring required

Specifies a new name for the knowledge base.

descriptionstring

Specifies a new description for the knowledge base.

roleArnstring required

Specifies a different Amazon Resource Name (ARN) of the IAM role with permissions to invoke API operations on the knowledge base.

Response

Success