getOrCreateTable
Retrieves information about a specific table if it exists; otherwise, creates a new table based on the provided schema.
POST
Path Parameters
The table's name or unique identifier for targeting specific table operations.
Body
application/json
Schema defining the structure of the table
The body is of type object
.
Response
200
application/json
The retrieved or created table object.
The response is of type object
.