Update organization

Updates specific fields on an organization. Only fields included in the request body are modified.

Path Parameters
  • organization_id
    Type: string
    required

    Unique identifier of the organization.

Responses
  • 200

    Successful response.

  • application/json
  • application/json
  • application/json
Request Example for patch/apis/organizations/organizations/{organization_id}
curl https://ff-business-school.fullfabric.cloud/apis/organizations/organizations/507f1f77bcf86cd799439011 \
  --request PATCH \
  --header 'FF-Auth: YOUR_SECRET_TOKEN'
No Body