Clarify API
API ReferenceSchemas

Update Schema Property Order

PATCH
/workspaces/{workspace}/schemas/{entity}/fields-order
Authorization<token>

API key authentication. Send your key in the Authorization header as: api-key <your-api-key>.

In: header

Path Parameters

workspace*string
entity*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X PATCH "https://example.com/workspaces/string/schemas/string/fields-order" \  -H "Content-Type: application/json" \  -d '{    "data": {      "type": "schema-property-order",      "attributes": {        "order": [          "string"        ]      }    }  }'
{}