Skip to main content
POST
Insert custom column values

Authorizations

Authorization
string
header
required

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

Body

application/json

Shape: { modelUuid, id, data } where data is custom column slugs to values.

modelUuid
string<uuid>
required

Target model.

Pattern: ^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-4[0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12})$
id
string
required

Record identifier to write custom column values onto.

Minimum string length: 1
data
Custom column values · object
required

Values keyed by custom column slug. Original object fields are not accepted.

Response

Successful response

The response is of type object.