Skip to main content
Version: v3

Update Object Schema By Key / Id

PUT 

/objects/:key

Update Custom Object Schema or standard object's like contact, opportunity, business searchable fields. To understand objects and records, please have a look at the documentation here : https://doc.clickup.com/8631005/d/h/87cpx-277156/93bf0c2e23177b0

Request

Version stringrequired

API Version

Available optionsv3
key stringrequired

key of the custom or standard object. For custom objects, the key must include the prefix “custom_objects.”. This key can be found on the Object Details page under Settings in the UI.

application/json

Bodyrequired

    labelsobject

    This is how your custom object will be displayed

    descriptionstringnullable

    Pet Object`s description

    locationIdstringrequired

    location id

    searchablePropertiesstring[]required

    Searchable Fields: Provide the field key of your object that you want to search on, using the format (custom_object.<object_name>.<field_key>).

application/json

Successful response

Schema
    objectobject