Update table description and annotations.

patch

/vecdb/vector-tables/{vector_table_name}

Updates metadata for the specified table. Only description and annotations are supported. Debug flags may be provided for troubleshooting.

Request

Path Parameters
Supported Media Types
Request Body - application/json ()
Root Schema : schema
Type: object
Show Source
Nested Schema : annotations
Type: object
Key-value pairs to attach as user metadata.
Nested Schema : VectorDebugFlags
Type: object
Debug flags to be used to trace vector modules
Show Source
Security
Back to Top

Response

Supported Media Types

202 Response

Update accepted.
Body ()

400 Response

Bad request (invalid JSON, invalid types, missing required fields).
Body ()
Root Schema : ORDSErrorResponse
Type: object
Show Source

404 Response

Not found or precondition failed.
Body ()
Root Schema : ORDSErrorResponse
Type: object
Show Source
Back to Top