Skip to main content
PATCH
Update a record

Authorizations

Authorization
string
header
required

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

Path Parameters

object
string
required

A UUID or slug to identify the object.

recordId
string
required

A UUID or slug to identify the record.

Body

application/json
data
object
required

An object with an attribute slug as the key, and a single value (for single-select attributes), or an array of values (for single or multi-select attributes, max 50) as the values.

Response

Success

data
object
required