orgs
Set immutable releases settings for an organization
Sets the immutable releases policy for repositories in an organization.
OAuth tokens and personal access tokens (classic) need the admin:org scope to use this endpoint.
put/orgs/{org}/settings/immutable-releases
Path parameters
orgstring required
The organization name. The name is not case sensitive.
Request body
Example request
{
"enforced_repositories": "all"
}Response
Response