Set interaction restrictions for an organization
PUT {{baseUrl}}/orgs/:org/interaction-limits
Temporarily restricts interactions to certain GitHub users in any public repository in the given organization. You must be an organization owner to set these restrictions.
Request Body
{"limit"=>"<string>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
{"limit":"collaborators_only","origin":"organization","expires_at":"2018-08-17T04:18:39Z"}