Create up to 10 tables.
List of created tables
Response of a failed request
Validation Error
{- "items": [
- {
- "type": "raw_rows",
- "tablename": "string",
- "options": {
- "database": "string",
- "table": "string",
- "primaryKey": "string"
}, - "columns": {
- "property1": {
- "type": "TEXT"
}, - "property2": {
- "type": "TEXT"
}
}
}
]
}
{- "items": [
- {
- "columns": {
- "property1": {
- "type": "TEXT"
}, - "property2": {
- "type": "TEXT"
}
}, - "options": {
- "space": "string",
- "externalId": "string",
- "version": "string"
}, - "createdTime": 1730204346000,
- "type": "raw_rows",
- "tablename": "string"
}
]
}