/
/QnAMaker Client
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 2h ago · Updated 6y ago
Alterations2
EndpointKeys2
Knowledgebases8
  • getGets all knowledgebases for a user.
  • getGets details of a specific knowledgebase.
  • putReplace knowledgebase contents.
  • postPublishes all changes in test index of a knowledgebase to its prod index.
  • deleteDeletes the knowledgebase and all its data.
  • patchAsynchronous operation to modify a knowledgebase.
  • postAsynchronous operation to create a new knowledgebase.
  • getDownload the knowledgebase.
Operations1
  • getGets endpoint settings for an endpoint.
  • getGets endpoint keys for an endpoint
Knowledgebases

Publishes all changes in test index of a knowledgebase to its prod index.

post/knowledgebases/{kbId}

Path parameters

kbIdstring required

Knowledgebase id.

Response

HTTP 204 No content.

Changes