Skip to content

Commit

Permalink
chore(discovery): manual changes
Browse files Browse the repository at this point in the history
  • Loading branch information
germanattanasio committed May 27, 2020
1 parent 7999d31 commit 2ec3f75
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -473,6 +473,9 @@ public ServiceCall<DocumentAccepted> addDocument(AddDocumentOptions addDocumentO
* cannot be used to modify a collection that connects to an external source such as Microsoft
* SharePoint.
*
* <p>**Note:** If an uploaded document is segmented, all segments will be overwritten, even if
* the updated version of the document has fewer segments.
*
* @param updateDocumentOptions the {@link UpdateDocumentOptions} containing the options for the
* call
* @return a {@link ServiceCall} with a response type of {@link DocumentAccepted}
Expand Down Expand Up @@ -529,6 +532,9 @@ public ServiceCall<DocumentAccepted> updateDocument(UpdateDocumentOptions update
* cannot be used to modify a collection that connects to an external source such as Microsoft
* SharePoint.
*
* <p>**Note:** Segments of an uploaded document cannot be deleted individually. Delete all
* segments by deleting using the `parent_document_id` of a segment result.
*
* @param deleteDocumentOptions the {@link DeleteDocumentOptions} containing the options for the
* call
* @return a {@link ServiceCall} with a response type of {@link DeleteDocumentResponse}
Expand Down

0 comments on commit 2ec3f75

Please sign in to comment.