Update organization
Updates specific fields on an organization. Only fields included in the request body are modified.
Path Parameters
- Type: stringorganization
_id requiredUnique identifier of the organization.
Responses
- application/json
- application/json
- application/json
- application/json
Request Example for patch/apis/organizations/organizations/{organization_id}
curl https://school.fullfabric.cloud/apis/organizations/organizations/507f1f77bcf86cd799439011 \
--request PATCH \
--header 'FF-Auth: YOUR_SECRET_TOKEN'
[
{
"additionalProperty": "anything"
}
]