Skip to main content
PUT
cURL

Autorizaciones

Authorization
string
header
requerido

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

Parámetros de ruta

tableId
string
requerido
viewId
string
requerido

Cuerpo

application/json
anchorId
string
requerido

Id of the record that you want to move other records around

position
enum<string>
requerido
Opciones disponibles:
before,
after
recordIds
string[]
requerido

Ids of those records you want to move

Maximum array length: 1000

Respuesta

200

Successfully update.

Última modificación el 4 de septiembre de 2026