Update a document fileAsk AIput https://api.indigitall.com/v2/pathbot/{appId}/documents/{documentId}/filesUpdates the status of a document file by its unique file ID.Path ParamsappIdintegerrequiredThe ID of the applicationdocumentIduuidrequiredBody ParamsnamestringThe name of the document.splitLengthstringTarget length for document chunks (used by internal processing). Must be between 200 and 4000.splitOverlapstringOverlap size between document chunks (used by internal processing). Must be between 0 and 2000.filefilerequiredThe file to upload.Responses 200Document file updated successfully 400The request could not be understood or was missing required parameters. 401Authentication failed or user does not have permissions for the desired action. 403The server understood the request, but refuses to authorize it. 404The requested resource could not be found. 500The server encountered an unexpected condition that prevented it from fulfilling the request. defaultAn unexpected error occurred.Updated 14 days ago