File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ updated since this time will not be updated. Default: Now. Expected in ISO
157157This checks to see if the current user is subscribed to a thread. You can also
158158[ get a Repository subscription] ( /v3/activity/watching/#get-a-repository-subscription ) .
159159
160- GET /notifications/threads/1 /subscription
160+ GET /notifications/threads/:id /subscription
161161
162162### Response
163163
@@ -171,7 +171,7 @@ is unnecessary if the user is already subscribed to the repository. Ignoring
171171a thread will mute all future notifications (until you comment or get
172172@mentioned ).
173173
174- PUT /notifications/threads/1 /subscription
174+ PUT /notifications/threads/:id /subscription
175175
176176### Input
177177
@@ -190,7 +190,7 @@ thread.
190190
191191## Delete a Thread Subscription
192192
193- DELETE /notifications/threads/1 /subscription
193+ DELETE /notifications/threads/:id /subscription
194194
195195### Response
196196
You can’t perform that action at this time.
0 commit comments