Partially Update Corpus
Change an individual corpus field without resending the full payload.
Overview
Update specific corpus fields without affecting others. This is the recommended approach for incremental changes like toggling visibility, updating descriptions, or modifying individual settings.Authentication
Requires valid JWT token or session authentication. You must own the target corpus.Path Parameters
8d0f0a5d-4b5e-4c09-9db6-0e9d2aa8a9fdRequest Body
Send only the fields you want to modify:true makes the corpus discoverable by other users.Common use case: Publishing/unpublishing corpora for access control.VSI, SMI, or DSIExample request
Example response
Response Structure
Returns the complete corpus object with your changes applied:indexing_status may switch to PRS.PRS if re-indexing was triggered by index_type modification.Common Use Cases
Toggle Publication Status
Toggle Publication Status
Update Description Only
Update Description Only
Batch Status Updates
Batch Status Updates
Safe Index Type Migration
Safe Index Type Migration
Conditional Updates
Conditional Updates
index_type enum validation still apply. Invalid values return 400 Bad Request.Client examples
- Python
- TypeScript / JavaScript
- Java
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
A UUID string identifying this Corpora.
Body
Name of the corpora
100Description of the corpora
Is the corpora Visible to all users?
Type of index to be used for the corpora
VSI- VectorStoreIndexSMI- SummaryIndexDSI- DocumentSummaryIndex
VSI, SMI, DSI Status of the corpora processing
PND- PendingIQE- In QueuePRS- ProcessingDEX- Data Extracted SuccessfullyDER- Data Extraction ErrorIND- IndexedCMP- CompletedERR- Error
PND, IQE, PRS, DEX, DER, IND, CMP, ERR Response
The date and time the organization was created
Last updated time
Name of the corpora
100Size of the corpora on disk (in bytes)
Location of the index on Remote Storage
Description of the corpora
Is the corpora Visible to all users?
Type of index to be used for the corpora
VSI- VectorStoreIndexSMI- SummaryIndexDSI- DocumentSummaryIndex
VSI, SMI, DSI Status of the corpora processing
PND- PendingIQE- In QueuePRS- ProcessingDEX- Data Extracted SuccessfullyDER- Data Extraction ErrorIND- IndexedCMP- CompletedERR- Error
PND, IQE, PRS, DEX, DER, IND, CMP, ERR 
