enterprise-admin
Create or update a custom property for an enterprise
Creates a new or updates an existing custom property that is defined for an enterprise.
To use this endpoint, the authenticated user must be an administrator for the enterprise.
put/enterprises/{enterprise}/properties/schema/{custom_property_name}
Path parameters
enterprisestring required
The slug version of the enterprise name.
custom_property_namestring required
The custom property name
Request body
Example request
{
"value_type": "single_select",
"values_editable_by": "org_actors"
}Response
Response
Example response
{
"source_type": "organization",
"value_type": "single_select",
"values_editable_by": "org_actors"
}