Update a documentAsk AIput https://api.indigitall.com/v2/pathbot/{appId}/documents/{documentId}Updates the configuration of a document by its unique document ID.Path ParamsappIdintegerrequiredThe unique identifier for the new application.documentIdint64requiredBody ParamsnamestringThe name of the document.refreshIntervalstringenumThe refresh interval of the document.DAILYWEEKLYMONTHLYNEVERAllowed:DAILYWEEKLYMONTHLYNEVERconfigobjectSource-specific configuration options.config objectdocumentMetadataobjectThe metadata of the document.documentMetadata objecttimeToUpdatestringThe time to update 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.Responses 200Document 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 13 days ago