Conversational RAG - Library Management Methods
Update File
Update the specified parameters of a specific document in the user’s library. This operation currently supports updating the publicUrl and labels parameters.
PUT
Request body
The updated public URL of the document.
The updated labels associated with the file. Separate multiple labels with commas.
Responses
If the update is successful, the server will return an HTTP status code 200 with no body content. If the document ID does not exist, a 422 error message will be returned.