Skip to main content
PUT
Alterar uma Coluna

Authorizations

Authorization
string
header
required

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

Path Parameters

table_name
string
required
column_name
string
required

Body

application/json
new_name
string
Example:

"telefone_celular"

new_type
enum<string>
Available options:
TEXT,
INTEGER,
FLOAT,
BOOLEAN,
TIMESTAMP,
JSONB
Example:

"TEXT"

comment
string
Example:

"Novo comentário ou descrição para o campo."

Response

Coluna alterada com sucesso.