interactions
Set interaction restrictions for an organization
Temporarily restricts interactions to a certain type of GitHub user in any public repository in the given organization. You must be an organization owner to set these restrictions. Setting the interaction limit at the organization level will overwrite any interaction limits that are set for individual repositories owned by the organization.
put/orgs/{org}/interaction-limits
Path parameters
orgstring required
The organization name. The name is not case sensitive.
Request body
Example request
{
"limit": "collaborators_only",
"expiry": "one_month"
}Response
Response
Example response
{
"limit": "collaborators_only",
"origin": "repository",
"expires_at": "2018-08-17T04:18:39Z"
}