Skip to main content
POST
/
objects
/
update
Update an object type
curl --request POST \
  --url https://api.supersonic.cv/objects/update \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "slug": "<string>",
  "name": "<string>",
  "icon": "<string>",
  "color": "<string>"
}
'
{}

Authorizations

Authorization
string
header
required

API key: supersonic_live_...

Body

application/json
slug
string
required

ObjectType slug to update

name
string

New name

icon
string
color
string

Response

Success

The response is of type object.