Last updated 5 months ago
Update a specific document in a vector store.
The ID of the vector store.
The ID of the document.
The API key for authentication.
The new name for the document.
curl -L \ --request PATCH \ --url 'https://api.rememberizer.ai/api/v1/vector-stores/{vector-store-id}/documents/{document-id}/' \ --header 'x-api-key: text' \ --header 'Content-Type: application/json' \ --data '{ "name": "text" }'
{ "id": 1, "name": "text", "type": "text", "vector_store": "text", "size": 1, "status": "text", "processing_status": "text", "indexed_on": "2025-04-01T09:44:57.070Z", "status_error_message": "text", "created": "2025-04-01T09:44:57.070Z", "modified": "2025-04-01T09:44:57.070Z" }