Set a repository subscription
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.
Parameters
Section titled “ Parameters ”Path Parameters
Section titled “ Path Parameters ”The account owner of the repository. The name is not case sensitive.
The name of the repository without the .git extension. The name is not case sensitive.
Request Body
Section titled “ Request Body ”object
Determines if notifications should be received from this repository.
Determines if all notifications should be blocked from this repository.
Examples
{ "subscribed": true, "ignored": false}Responses
Section titled “ Responses ”Response
Repository invitations let you manage who you collaborate with.
object
Determines if notifications should be received from this repository.
Determines if all notifications should be blocked from this repository.
Examples
{ "subscribed": true, "ignored": false, "reason": null, "created_at": "2012-10-06T21:34:12Z", "url": "https://api.github.com/repos/octocat/example/subscription", "repository_url": "https://api.github.com/repos/octocat/example"}