Github API - Test Config

PUT /repos/{owner}/{repo}/subscription
repos
activity

If you would like to watch a repository, set subscribed to true. If you would like to ignore notifications made within a repository, set ignored to true. If you would like to stop watching a repository, delete the repository's subscription completely.
Set a repository subscription

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 repository-subscription

repository-subscription [object]

Repository invitations let you manage who you collaborate with.

Attributes
created_at string

ignored boolean

Determines if all notifications should be blocked from this repository.

reason string

repository_url string

subscribed boolean

Determines if notifications should be received from this repository.

url string

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