enterprise-admin
Create or update an organization custom property definition on an enterprise
Creates a new or updates an existing organization custom property definition that is defined on an enterprise.
Access requirements:
- Enterprise admins
- OAuth tokens and personal access tokens (classic) with the admin:enterprise scope
- Actors with the enterprise-level "manage enterprise custom properties for organizations" fine-grained permission
put/enterprises/{enterprise}/org-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": "enterprise_actors"
}Response
Response
Example response
{
"source_type": "organization",
"value_type": "single_select",
"values_editable_by": "enterprise_actors"
}