cURL
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 } '
{}
Documentation IndexFetch the complete documentation index at: https://docs.supersonic.cv/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.supersonic.cv/llms.txt
Use this file to discover all available pages before exploring further.
API key: supersonic_live_...
FieldDefinition UUID
ObjectType slug
Success
The response is of type object.
object