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
Copy file name to clipboardExpand all lines: descriptions/api.github.com/api.github.com.json
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -6069,7 +6069,7 @@
6069
6069
},
6070
6070
"put": {
6071
6071
"summary": "Mark notifications as read",
6072
-
"description": "Marks all notifications as \"read\" removes it from the [default view on GitHub](https://github.com/notifications). If the number of notifications is too large to complete in one request, you will receive a `202 Accepted` status and GitHub will run an asynchronous process to mark notifications as \"read.\" To check whether any \"unread\" notifications remain, you can use the [List notifications for the authenticated user](https://docs.github.com/rest/reference/activity#list-notifications-for-the-authenticated-user) endpoint and pass the query parameter `all=false`.",
6072
+
"description": "Marks all notifications as \"read\" for the current user. If the number of notifications is too large to complete in one request, you will receive a `202 Accepted` status and GitHub will run an asynchronous process to mark notifications as \"read.\" To check whether any \"unread\" notifications remain, you can use the [List notifications for the authenticated user](https://docs.github.com/rest/reference/activity#list-notifications-for-the-authenticated-user) endpoint and pass the query parameter `all=false`.",
6073
6073
"tags": [
6074
6074
"activity"
6075
6075
],
@@ -6155,7 +6155,7 @@
6155
6155
"/notifications/threads/{thread_id}": {
6156
6156
"get": {
6157
6157
"summary": "Get a thread",
6158
-
"description": "",
6158
+
"description": "Gets information about a notification thread.",
6159
6159
"tags": [
6160
6160
"activity"
6161
6161
],
@@ -6204,7 +6204,7 @@
6204
6204
},
6205
6205
"patch": {
6206
6206
"summary": "Mark a thread as read",
6207
-
"description": "",
6207
+
"description": "Marks a thread as \"read.\" Marking a thread as \"read\" is equivalent to clicking a notification in your notification inbox on GitHub: https://github.com/notifications.",
6208
6208
"tags": [
6209
6209
"activity"
6210
6210
],
@@ -39497,7 +39497,7 @@
39497
39497
"/repos/{owner}/{repo}/notifications": {
39498
39498
"get": {
39499
39499
"summary": "List repository notifications for the authenticated user",
39500
-
"description": "List all notifications for the current user.",
39500
+
"description": "Lists all notifications for the current user in the specified repository.",
39501
39501
"tags": [
39502
39502
"activity"
39503
39503
],
@@ -39566,7 +39566,7 @@
39566
39566
},
39567
39567
"put": {
39568
39568
"summary": "Mark repository notifications as read",
39569
-
"description": "Marks all notifications in a repository as \"read\" removes them from the [default view on GitHub](https://github.com/notifications). If the number of notifications is too large to complete in one request, you will receive a `202 Accepted` status and GitHub will run an asynchronous process to mark notifications as \"read.\" To check whether any \"unread\" notifications remain, you can use the [List repository notifications for the authenticated user](https://docs.github.com/rest/reference/activity#list-repository-notifications-for-the-authenticated-user) endpoint and pass the query parameter `all=false`.",
39569
+
"description": "Marks all notifications in a repository as \"read\" for the current user. If the number of notifications is too large to complete in one request, you will receive a `202 Accepted` status and GitHub will run an asynchronous process to mark notifications as \"read.\" To check whether any \"unread\" notifications remain, you can use the [List repository notifications for the authenticated user](https://docs.github.com/rest/reference/activity#list-repository-notifications-for-the-authenticated-user) endpoint and pass the query parameter `all=false`.",
39570
39570
"tags": [
39571
39571
"activity"
39572
39572
],
@@ -110008,7 +110008,7 @@
110008
110008
},
110009
110009
"thread-id": {
110010
110010
"name": "thread_id",
110011
-
"description": "The unique identifier of the pull request thread.",
110011
+
"description": "The unique identifier of the notification thread. This corresponds to the value returned in the `id` field when you retrieve notifications (for example with the [`GET /notifications` operation](https://docs.github.com/rest/reference/activity#list-notifications-for-the-authenticated-user)).",
Copy file name to clipboardExpand all lines: descriptions/api.github.com/api.github.com.yaml
+16-15Lines changed: 16 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -4192,12 +4192,11 @@ paths:
4192
4192
subcategory: notifications
4193
4193
put:
4194
4194
summary: Mark notifications as read
4195
-
description: Marks all notifications as "read" removes it from the [default
4196
-
view on GitHub](https://github.com/notifications). If the number of notifications
4197
-
is too large to complete in one request, you will receive a `202 Accepted`
4198
-
status and GitHub will run an asynchronous process to mark notifications as
4199
-
"read." To check whether any "unread" notifications remain, you can use the
4200
-
[List notifications for the authenticated user](https://docs.github.com/rest/reference/activity#list-notifications-for-the-authenticated-user)
4195
+
description: Marks all notifications as "read" for the current user. If the
4196
+
number of notifications is too large to complete in one request, you will
4197
+
receive a `202 Accepted` status and GitHub will run an asynchronous process
4198
+
to mark notifications as "read." To check whether any "unread" notifications
4199
+
remain, you can use the [List notifications for the authenticated user](https://docs.github.com/rest/reference/activity#list-notifications-for-the-authenticated-user)
4201
4200
endpoint and pass the query parameter `all=false`.
4202
4201
tags:
4203
4202
- activity
@@ -4258,7 +4257,7 @@ paths:
4258
4257
"/notifications/threads/{thread_id}":
4259
4258
get:
4260
4259
summary: Get a thread
4261
-
description: ''
4260
+
description: Gets information about a notification thread.
4262
4261
tags:
4263
4262
- activity
4264
4263
operationId: activity/get-thread
@@ -4290,7 +4289,8 @@ paths:
4290
4289
subcategory: notifications
4291
4290
patch:
4292
4291
summary: Mark a thread as read
4293
-
description: ''
4292
+
description: 'Marks a thread as "read." Marking a thread as "read" is equivalent
4293
+
to clicking a notification in your notification inbox on GitHub: https://github.com/notifications.'
4294
4294
tags:
4295
4295
- activity
4296
4296
operationId: activity/mark-thread-as-read
@@ -28564,7 +28564,7 @@ paths:
28564
28564
"/repos/{owner}/{repo}/notifications":
28565
28565
get:
28566
28566
summary: List repository notifications for the authenticated user
28567
-
description: List all notifications for the current user.
28567
+
description: Lists all notifications for the current user in the specified repository.
Copy file name to clipboardExpand all lines: descriptions/api.github.com/dereferenced/api.github.com.deref.json
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -46667,7 +46667,7 @@
46667
46667
},
46668
46668
"put": {
46669
46669
"summary": "Mark notifications as read",
46670
-
"description": "Marks all notifications as \"read\" removes it from the [default view on GitHub](https://github.com/notifications). If the number of notifications is too large to complete in one request, you will receive a `202 Accepted` status and GitHub will run an asynchronous process to mark notifications as \"read.\" To check whether any \"unread\" notifications remain, you can use the [List notifications for the authenticated user](https://docs.github.com/rest/reference/activity#list-notifications-for-the-authenticated-user) endpoint and pass the query parameter `all=false`.",
46670
+
"description": "Marks all notifications as \"read\" for the current user. If the number of notifications is too large to complete in one request, you will receive a `202 Accepted` status and GitHub will run an asynchronous process to mark notifications as \"read.\" To check whether any \"unread\" notifications remain, you can use the [List notifications for the authenticated user](https://docs.github.com/rest/reference/activity#list-notifications-for-the-authenticated-user) endpoint and pass the query parameter `all=false`.",
46671
46671
"tags": [
46672
46672
"activity"
46673
46673
],
@@ -46801,7 +46801,7 @@
46801
46801
"/notifications/threads/{thread_id}": {
46802
46802
"get": {
46803
46803
"summary": "Get a thread",
46804
-
"description": "",
46804
+
"description": "Gets information about a notification thread.",
46805
46805
"tags": [
46806
46806
"activity"
46807
46807
],
@@ -46813,7 +46813,7 @@
46813
46813
"parameters": [
46814
46814
{
46815
46815
"name": "thread_id",
46816
-
"description": "The unique identifier of the pull request thread.",
46816
+
"description": "The unique identifier of the notification thread. This corresponds to the value returned in the `id` field when you retrieve notifications (for example with the [`GET /notifications` operation](https://docs.github.com/rest/reference/activity#list-notifications-for-the-authenticated-user)).",
46817
46817
"in": "path",
46818
46818
"required": true,
46819
46819
"schema": {
@@ -47619,7 +47619,7 @@
47619
47619
},
47620
47620
"patch": {
47621
47621
"summary": "Mark a thread as read",
47622
-
"description": "",
47622
+
"description": "Marks a thread as \"read.\" Marking a thread as \"read\" is equivalent to clicking a notification in your notification inbox on GitHub: https://github.com/notifications.",
47623
47623
"tags": [
47624
47624
"activity"
47625
47625
],
@@ -47631,7 +47631,7 @@
47631
47631
"parameters": [
47632
47632
{
47633
47633
"name": "thread_id",
47634
-
"description": "The unique identifier of the pull request thread.",
47634
+
"description": "The unique identifier of the notification thread. This corresponds to the value returned in the `id` field when you retrieve notifications (for example with the [`GET /notifications` operation](https://docs.github.com/rest/reference/activity#list-notifications-for-the-authenticated-user)).",
47635
47635
"in": "path",
47636
47636
"required": true,
47637
47637
"schema": {
@@ -47696,7 +47696,7 @@
47696
47696
"parameters": [
47697
47697
{
47698
47698
"name": "thread_id",
47699
-
"description": "The unique identifier of the pull request thread.",
47699
+
"description": "The unique identifier of the notification thread. This corresponds to the value returned in the `id` field when you retrieve notifications (for example with the [`GET /notifications` operation](https://docs.github.com/rest/reference/activity#list-notifications-for-the-authenticated-user)).",
47700
47700
"in": "path",
47701
47701
"required": true,
47702
47702
"schema": {
@@ -47847,7 +47847,7 @@
47847
47847
"parameters": [
47848
47848
{
47849
47849
"name": "thread_id",
47850
-
"description": "The unique identifier of the pull request thread.",
47850
+
"description": "The unique identifier of the notification thread. This corresponds to the value returned in the `id` field when you retrieve notifications (for example with the [`GET /notifications` operation](https://docs.github.com/rest/reference/activity#list-notifications-for-the-authenticated-user)).",
47851
47851
"in": "path",
47852
47852
"required": true,
47853
47853
"schema": {
@@ -48022,7 +48022,7 @@
48022
48022
"parameters": [
48023
48023
{
48024
48024
"name": "thread_id",
48025
-
"description": "The unique identifier of the pull request thread.",
48025
+
"description": "The unique identifier of the notification thread. This corresponds to the value returned in the `id` field when you retrieve notifications (for example with the [`GET /notifications` operation](https://docs.github.com/rest/reference/activity#list-notifications-for-the-authenticated-user)).",
48026
48026
"in": "path",
48027
48027
"required": true,
48028
48028
"schema": {
@@ -294811,7 +294811,7 @@
294811
294811
"/repos/{owner}/{repo}/notifications": {
294812
294812
"get": {
294813
294813
"summary": "List repository notifications for the authenticated user",
294814
-
"description": "List all notifications for the current user.",
294814
+
"description": "Lists all notifications for the current user in the specified repository.",
294815
294815
"tags": [
294816
294816
"activity"
294817
294817
],
@@ -295654,7 +295654,7 @@
295654
295654
},
295655
295655
"put": {
295656
295656
"summary": "Mark repository notifications as read",
295657
-
"description": "Marks all notifications in a repository as \"read\" removes them from the [default view on GitHub](https://github.com/notifications). If the number of notifications is too large to complete in one request, you will receive a `202 Accepted` status and GitHub will run an asynchronous process to mark notifications as \"read.\" To check whether any \"unread\" notifications remain, you can use the [List repository notifications for the authenticated user](https://docs.github.com/rest/reference/activity#list-repository-notifications-for-the-authenticated-user) endpoint and pass the query parameter `all=false`.",
295657
+
"description": "Marks all notifications in a repository as \"read\" for the current user. If the number of notifications is too large to complete in one request, you will receive a `202 Accepted` status and GitHub will run an asynchronous process to mark notifications as \"read.\" To check whether any \"unread\" notifications remain, you can use the [List repository notifications for the authenticated user](https://docs.github.com/rest/reference/activity#list-repository-notifications-for-the-authenticated-user) endpoint and pass the query parameter `all=false`.",
Copy file name to clipboardExpand all lines: descriptions/api.github.com/dereferenced/api.github.com.deref.yaml
+16-15Lines changed: 16 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -13538,12 +13538,11 @@ paths:
13538
13538
subcategory: notifications
13539
13539
put:
13540
13540
summary: Mark notifications as read
13541
-
description: Marks all notifications as "read" removes it from the [default
13542
-
view on GitHub](https://github.com/notifications). If the number of notifications
13543
-
is too large to complete in one request, you will receive a `202 Accepted`
13544
-
status and GitHub will run an asynchronous process to mark notifications as
13545
-
"read." To check whether any "unread" notifications remain, you can use the
13546
-
[List notifications for the authenticated user](https://docs.github.com/rest/reference/activity#list-notifications-for-the-authenticated-user)
13541
+
description: Marks all notifications as "read" for the current user. If the
13542
+
number of notifications is too large to complete in one request, you will
13543
+
receive a `202 Accepted` status and GitHub will run an asynchronous process
13544
+
to mark notifications as "read." To check whether any "unread" notifications
13545
+
remain, you can use the [List notifications for the authenticated user](https://docs.github.com/rest/reference/activity#list-notifications-for-the-authenticated-user)
13547
13546
endpoint and pass the query parameter `all=false`.
13548
13547
tags:
13549
13548
- activity
@@ -13603,7 +13602,7 @@ paths:
13603
13602
"/notifications/threads/{thread_id}":
13604
13603
get:
13605
13604
summary: Get a thread
13606
-
description: ''
13605
+
description: Gets information about a notification thread.
13607
13606
tags:
13608
13607
- activity
13609
13608
operationId: activity/get-thread
@@ -13613,7 +13612,9 @@ paths:
13613
13612
parameters:
13614
13613
- &95
13615
13614
name: thread_id
13616
-
description: The unique identifier of the pull request thread.
13615
+
description: The unique identifier of the notification thread. This corresponds
13616
+
to the value returned in the `id` field when you retrieve notifications
13617
+
(for example with the [`GET /notifications` operation](https://docs.github.com/rest/reference/activity#list-notifications-for-the-authenticated-user)).
13617
13618
in: path
13618
13619
required: true
13619
13620
schema:
@@ -13716,7 +13717,8 @@ paths:
13716
13717
subcategory: notifications
13717
13718
patch:
13718
13719
summary: Mark a thread as read
13719
-
description: ''
13720
+
description: 'Marks a thread as "read." Marking a thread as "read" is equivalent
13721
+
to clicking a notification in your notification inbox on GitHub: https://github.com/notifications.'
13720
13722
tags:
13721
13723
- activity
13722
13724
operationId: activity/mark-thread-as-read
@@ -59100,7 +59102,7 @@ paths:
59100
59102
"/repos/{owner}/{repo}/notifications":
59101
59103
get:
59102
59104
summary: List repository notifications for the authenticated user
59103
-
description: List all notifications for the current user.
59105
+
description: Lists all notifications for the current user in the specified repository.
0 commit comments