v1
latestOpenAPI 3.0.02026-07-14285059.6 KBorg-settings
Update organization settings
Updates an organization's settings. Some settings are only used when the organization is on a business plan.
Only users in the "owners" group of the organization can use this endpoint.
The following settings are only used on a business plan:
- restricted_images
put/v2/orgs/{name}/settings
Request body
Example request
{
"restricted_images": {
"allow_official_images": true,
"allow_verified_publishers": true,
"enabled": true
}
}Response
OK
Example response
{
"restricted_images": {
"allow_official_images": true,
"allow_verified_publishers": true,
"enabled": true
}
}