v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1494674591.3 KB

Updates the template URI of a knowledge base. This is only supported for knowledge bases of type EXTERNAL. Include a single variable in <code>${variable}</code> format; this interpolated by Amazon Q in Connect using ingested content. For example, if you ingest a Salesforce article, it has an <code>Id</code> value, and you can set the template URI to <code>https://myInstanceName.lightning.force.com/lightning/r/Knowledge__kav/*${Id}*/view</code>.

post/knowledgeBases/{knowledgeBaseId}/templateUri

Path parameters

knowledgeBaseIdstring required

The identifier of the knowledge base. This should not be a QUICK_RESPONSES type knowledge base. Can be either the ID or the ARN. URLs cannot contain the ARN.

Request body

templateUristring required

The template URI to update.

Response

Success