Skip to main content
PUT
Replaces an existing row

Supported products

Autorizações

Authorization
string
header
obrigatório

The access token received from the authorization server in the OAuth 2.0 flow.

Parâmetros de caminho

rowId
string
obrigatório
Pattern: \d+
tableIdOrName
string
obrigatório

Corpo

application/json
childTableId
integer<int64>
obrigatório

Specifies the value for the column child table id

displayIndex
integer<int32>
obrigatório

The index position for displaying the row within the table.

values
object
obrigatório

List of key value pairs with the column name and column value

name
string

Specifies the value for hs_name column, which will be used as title in the dynamic pages

path
string

Specifies the value for hs_path column, which will be used as slug in the dynamic pages

Resposta

successful operation

childTableId
string
obrigatório

Specifies the value for the column child table id

createdAt
string<date-time>
obrigatório

Timestamp at which the row is created

id
string
obrigatório

The id of the table row

name
string
obrigatório

Specifies the value for hs_name column, which will be used as title in the dynamic pages

path
string
obrigatório

Specifies the value for hs_path column, which will be used as slug in the dynamic pages

publishedAt
string<date-time>
obrigatório

The timestamp indicating when the row was last published, in date-time format.

updatedAt
string<date-time>
obrigatório

Timestamp at which the row is updated last time

values
object
obrigatório

List of key value pairs with the column name and column value

Última modificação em 10 de abril de 2026