/
MO
morta-technology
/
Morta API Reference
Search skmtc…
⌘K
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Subscribe
v8
latest
OpenAPI 3.0.2
raw.githubusercontent.com
2025-07-05
181
151
306.2 KB
Table
Create new document table
Create a new document table within a hub.
post
/v1/table
Request body
CreateTable
required
context
BaseRequestContext
projectId
string
uuid
required
name
string
required
type
string
columns
TableColumn[]
required
joins
TableJoin2[]
Response
Successfully created the table
object
required
data
Table
metadata
object