Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Create and manage database schemas within a database
DatabaseService └── Database └── DatabaseSchema (this page) └── Table
PUT
/v1/databaseSchemas
POST
GET
/v1/databaseSchemas/{id}
/v1/databaseSchemas/name/{fqn}
PATCH
DELETE
/v1/databaseSchemas/restore
/v1/databaseSchemas/{id}/versions
/v1/databaseSchemas/{id}/versions/{version}
/v1/databaseSchemas/name/{fqn}/export
/v1/databaseSchemas/name/{fqn}/exportAsync
/v1/databaseSchemas/name/{fqn}/import
/v1/databaseSchemas/name/{fqn}/importAsync
/v1/databaseSchemas/{id}/followers
/v1/databaseSchemas/{id}/followers/{userId}
/v1/databaseSchemas/{id}/vote
/v1/databaseSchemas/{id}/profilerConfig
Was this page helpful?