Update a document, merging its metadata
PATCH/v2/corpora/:corpus_key/documents/:document_id
Updates a document in a corpus. The unique document_id identifies the document. The platform merges the request body metadata with the existing metadata, adding or modifying only the specified fields.
Request
Responses
- 200
- 403
- 404
- 429
Successfully updated the document.
Permissions do not allow updating a document in the corpus.
Corpus or document not found.
Too many concurrent requests. Please retry.