Authorizations
Body
The name of the collection.
The filepath of the document that you are updating. A 404 Not Found status code will be returned if no document with this path was found.
If this field is provided, the given metadata json will replace the document's existing metadata json. In other words, if you want to add a new field, you will need to provide the entire metadata object (Both the original fields, and the new field).
If the document is in the index_status of parsing_failed orindexing_failed, then this endpoint allows you to update the index status tonot_parsedandnot_indexed`, respectively. This allows the document to re-attempt to parse/index after failure.
not_parsed, not_indexed Response
Successful Response
This string will always be "Success!". This may change in the future.