Update organization information
Required scopes:
organizations:write
Updates the organization data with the values in the request body. If you don't use a parameter in the request body, Make won't change its value. You can update organization name, timezone, and country with the name
, timezoneId
, and countryId
parameters.
Check the available values for the timezoneId
and countryId
parameters with the API calls GET /enums/timezones
and GET /enums/countries
.
The request response returns all organization data.
Last updated