Skip to main content
PUT
Write record attribute values

Authorizations

Authorization
string
header
required

This API uses OAuth 2.0 with the authorization code grant flow.

Path Parameters

object
string
required

A UUID or slug to identify the object the record belongs to.

Example:

"people"

record_id
string<uuid>
required

A UUID to identify the record you want to query values on.

Example:

"891dcbfc-9141-415d-9b2a-2238a6cc012d"

attribute
string
required

A UUID or slug to identify the attribute you want to query values on.

Example:

"41252299-f8c7-4b5e-99c9-4ff8321d2f96"

Body

application/json
data
object
required

Response

Success

Success

data
object[]
required