Store (upsert) metadata
Create or update a metadata asset. The asset type is determined by the type discriminator field in the request body.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Body
Request body for storing metadata.
Column metadata for store requests.
- ColumnMetadata
- TableMetadata
- SchemaMetadata
- DatabaseMetadata
1 - 500Version bump type values.
major, minor Source of change: manual, ai, automated, etc.
64Response
Updated
Response for store metadata endpoint.
Asset type discriminator values.
database, database_schema, table, column Status message: 'created', 'updated', or 'unchanged'
Total number of direct children. Compare with len(children) to detect truncation (max 500 returned).
Structured diff between consecutive versions.
Created/updated counts per child type when nested children were provided

