standards
API ReferenceSchema

Create object

POST
/schema/objects

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Definition of a new custom object.

Response Body

curl -X POST "https://example.com/schema/objects" \  -H "Content-Type: application/json" \  -d '{    "name": "string",    "label": "string",    "labelExpression": "string"  }'
Empty