Last updated 6 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.
PATCH /api/v1/vector-stores/{vector-store-id}/documents/{document-id}/ HTTP/1.1 Host: api.rememberizer.ai x-api-key: text Content-Type: application/json Accept: */* Content-Length: 15 { "name": "text" }
Document updated successfully.
{ "id": 1, "name": "text", "type": "text", "vector_store": "text", "size": 1, "status": "text", "processing_status": "text", "indexed_on": "2025-04-24T08:06:55.164Z", "status_error_message": "text", "created": "2025-04-24T08:06:55.164Z", "modified": "2025-04-24T08:06:55.164Z" }