Skip to main content
POST
/
objects
/
update_field
Update a field definition on an object type
curl --request POST \
  --url https://api.supersonic.cv/objects/update_field \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "field_id": "<string>",
  "object_type_slug": "<string>",
  "name": "<string>",
  "field_type": "<string>",
  "required": true,
  "config": {},
  "order": 123
}
'
{}

Authorizations

Authorization
string
header
required

API key: supersonic_live_...

Body

application/json
field_id
string
required

FieldDefinition UUID

object_type_slug
string
required

ObjectType slug

name
string
field_type
string
required
boolean
config
object
order
integer

Response

Success

The response is of type object.