standards
API ReferenceSchema

Update attribute

PUT
/schema/objects/{objectId}/attributes/{id}

Path Parameters

id*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Partial attribute update — every field of AddAttributeInput, all optional.

Response Body

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