standards
API ReferenceSchema

Update object

PUT
/schema/objects/{objectId}

Path Parameters

objectId*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Partial object update — only the provided fields change.

Response Body

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