enterprise-admin
Create or update organization custom property definitions on an enterprise
Creates new or updates existing organization custom properties defined on an enterprise in a batch.
If the property already exists, the existing property will be replaced with the new values. Missing optional values will fall back to default values, previous values will be overwritten.
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
patch/enterprises/{enterprise}/org-properties/schema
Path parameters
enterprisestring required
The slug version of the enterprise name.
Request body
Example request
{
"properties": [
{
"source_type": "organization",
"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"
}
]