You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 1, 2017. It is now read-only.
Copy file name to clipboardExpand all lines: content/v3/activity/watching.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,6 +71,11 @@ Name | Type | Description
71
71
`subscribed`|`boolean`| Determines if notifications should be received from this repository.
72
72
`ignored`|`boolean`| Determines if all notifications should be blocked from this repository.
73
73
74
+
{{#tip}}
75
+
76
+
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](#delete-a-repository-subscription) completely.
77
+
78
+
{{/tip}}
74
79
75
80
###Response
76
81
@@ -79,6 +84,12 @@ Name | Type | Description
79
84
80
85
##Delete a Repository Subscription
81
86
87
+
{{#tip}}
88
+
89
+
This endpoint should only be used to stop watching a repository. To control whether or not you wish to receive notifications from a repository,[set the repository's subscription manually](#set-a-repository-subscription).