orgs
Get immutable releases settings for an organization
Gets 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.
get/orgs/{org}/settings/immutable-releases
Path parameters
orgstring required
The organization name. The name is not case sensitive.
Response
Immutable releases settings response
Example response
{
"enforced_repositories": "all"
}