Document Q&A API
Update Document
This endpoint updates a document in an index.
POST
/
update
Form Data
This is the document you want to update. Currently supported file types are md, pdf, and txt.
This is the name of the document you wish to update.
This is your account ID.
This is the name of the index that contains the document you wish to update. This parameter is optional - if left blank will use auto indexing.
Headers
This is your API token associated with your account.
Response
Indicates whether the update document call was successful.