Skip to main content
POST
Criar uma Tabela

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
table_name
string
required
Example:

"leads"

columns
object[]
required
comment
string
Example:

"Tabela para armazenamento de leads capturados em campanhas de marketing."

Response

Tabela criada com sucesso.

success
boolean
message
string
table
string
columns
string[]