interactions
Set interaction restrictions for your public repositories
Temporarily restricts which type of GitHub user can interact with your public repositories. Setting the interaction limit at the user level will overwrite any interaction limits that are set for individual repositories owned by the user.
put/user/interaction-limits
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"
}