Github API - Test Config

PUT /repos/{owner}/{repo}/interaction-limits
actions
interactions
repos

Temporarily restricts interactions to a certain type of GitHub user within the given repository. You must have owner or admin access to set these restrictions. If an interaction limit is set for the user or organization that owns this repository, you will receive a 409 Conflict response and will not be able to use this endpoint to change the interaction limit for a single repository.
Set interaction restrictions for a repository

Arguments
key owner

owner [scalar]

The account owner of the repository. The name is not case sensitive.

API:
Github Open API
(version: 1.1.4)

key repo

repo [scalar]

The name of the repository. The name is not case sensitive.

API:
Github Open API
(version: 1.1.4)

Returns
200 application/json interaction-limit-response

interaction-limit-response [object]

Interaction limit settings.

Attributes
expires_at string

origin string

API:
Github Open API
(version: 1.1.4)
API:
Github Open API
(version: 1.1.4)