Skip to main content
To use the API to update a data source’s properties, send a PATCH request with a properties body param.

Remove a property

To remove a data source property, set the property object to null.

Rename a property

To change the name of a data source property, indicate the new name in the name property object value.

Update property type

To update the property type, the property schema object should contain the key of the type. This type contains behavior of this property. Possible values of this key are "title", "rich_text", "number", "select", "multi_select", "status", "date", "people", "files", "checkbox", "url", "email", "phone_number", "formula", "relation", "rollup", "created_time", "created_by", "last_edited_time", "last_edited_by". Within this property, the configuration is a property schema object.
LimitationsNote that the property type of the title cannot be changed.

Select configuration updates

To update an existing select configuration, the property schema object optionally contains the following configuration within the select property:

Existing select options

Note that the name and color of an existing option cannot be updated.

Multi-select configuration updates

To update an existing select configuration, the property schema object optionally contains the following configuration within the multi_select property:

Existing multi-select options

Note that the name and color of an existing option cannot be updated.

Status configuration updates

To update an existing status configuration, the property schema object optionally contains the following configuration within the status property:

Existing status options

Note that the name and color of an existing option cannot be updated. Use group to assign an existing or new option to one of the existing status groups.
When updating status options, group membership is kept consistent: removed options are automatically pruned from groups, and omitted group values preserve backwards-compatible placement. Groups themselves cannot be reconfigured via the API; use the Notion UI instead.

Limitations

Reading computed formula and rollup property values has its own limitations, such as values that are too complex to compute.