v1

latestSwagger 2.0MIT2026-07-17538.8 KB
fiddles

Create a new schema

This is used to execute queries within

post/createSchema

Request body

db_type_idinteger

The id of the database type returned from /dbTypes

ddlstring

The statements used to create this particular schema

statement_separatorstring

The separator used to separate each statement within the ddl value

Response

successful operation

errorstring

Only defined when unable to create the schema. Details from the database server about the failure

_idstring
short_codestring