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-next/api.github.com/api.github.com.json
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -6111,7 +6111,7 @@
6111
6111
},
6112
6112
"put": {
6113
6113
"summary": "Mark notifications as read",
6114
-
"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`.",
6114
+
"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`.",
6115
6115
"tags": [
6116
6116
"activity"
6117
6117
],
@@ -6197,7 +6197,7 @@
6197
6197
"/notifications/threads/{thread_id}": {
6198
6198
"get": {
6199
6199
"summary": "Get a thread",
6200
-
"description": "",
6200
+
"description": "Gets information about a notification thread.",
6201
6201
"tags": [
6202
6202
"activity"
6203
6203
],
@@ -6246,7 +6246,7 @@
6246
6246
},
6247
6247
"patch": {
6248
6248
"summary": "Mark a thread as read",
6249
-
"description": "",
6249
+
"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.",
6250
6250
"tags": [
6251
6251
"activity"
6252
6252
],
@@ -39718,7 +39718,7 @@
39718
39718
"/repos/{owner}/{repo}/notifications": {
39719
39719
"get": {
39720
39720
"summary": "List repository notifications for the authenticated user",
39721
-
"description": "List all notifications for the current user.",
39721
+
"description": "Lists all notifications for the current user in the specified repository.",
39722
39722
"tags": [
39723
39723
"activity"
39724
39724
],
@@ -39787,7 +39787,7 @@
39787
39787
},
39788
39788
"put": {
39789
39789
"summary": "Mark repository notifications as read",
39790
-
"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`.",
39790
+
"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`.",
39791
39791
"tags": [
39792
39792
"activity"
39793
39793
],
@@ -112789,7 +112789,7 @@
112789
112789
},
112790
112790
"thread-id": {
112791
112791
"name": "thread_id",
112792
-
"description": "The unique identifier of the pull request thread.",
112792
+
"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-next/api.github.com/api.github.com.yaml
+16-15Lines changed: 16 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -4211,12 +4211,11 @@ paths:
4211
4211
subcategory: notifications
4212
4212
put:
4213
4213
summary: Mark notifications as read
4214
-
description: Marks all notifications as "read" removes it from the [default
4215
-
view on GitHub](https://github.com/notifications). If the number of notifications
4216
-
is too large to complete in one request, you will receive a `202 Accepted`
4217
-
status and GitHub will run an asynchronous process to mark notifications as
4218
-
"read." To check whether any "unread" notifications remain, you can use the
4219
-
[List notifications for the authenticated user](https://docs.github.com/rest/reference/activity#list-notifications-for-the-authenticated-user)
4214
+
description: Marks all notifications as "read" for the current user. If the
4215
+
number of notifications is too large to complete in one request, you will
4216
+
receive a `202 Accepted` status and GitHub will run an asynchronous process
4217
+
to mark notifications as "read." To check whether any "unread" notifications
4218
+
remain, you can use the [List notifications for the authenticated user](https://docs.github.com/rest/reference/activity#list-notifications-for-the-authenticated-user)
4220
4219
endpoint and pass the query parameter `all=false`.
4221
4220
tags:
4222
4221
- activity
@@ -4277,7 +4276,7 @@ paths:
4277
4276
"/notifications/threads/{thread_id}":
4278
4277
get:
4279
4278
summary: Get a thread
4280
-
description: ''
4279
+
description: Gets information about a notification thread.
4281
4280
tags:
4282
4281
- activity
4283
4282
operationId: activity/get-thread
@@ -4309,7 +4308,8 @@ paths:
4309
4308
subcategory: notifications
4310
4309
patch:
4311
4310
summary: Mark a thread as read
4312
-
description: ''
4311
+
description: 'Marks a thread as "read." Marking a thread as "read" is equivalent
4312
+
to clicking a notification in your notification inbox on GitHub: https://github.com/notifications.'
4313
4313
tags:
4314
4314
- activity
4315
4315
operationId: activity/mark-thread-as-read
@@ -28675,7 +28675,7 @@ paths:
28675
28675
"/repos/{owner}/{repo}/notifications":
28676
28676
get:
28677
28677
summary: List repository notifications for the authenticated user
28678
-
description: List all notifications for the current user.
28678
+
description: Lists all notifications for the current user in the specified repository.
Copy file name to clipboardExpand all lines: descriptions-next/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
@@ -54111,7 +54111,7 @@
54111
54111
},
54112
54112
"put": {
54113
54113
"summary": "Mark notifications as read",
54114
-
"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`.",
54114
+
"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`.",
54115
54115
"tags": [
54116
54116
"activity"
54117
54117
],
@@ -54245,7 +54245,7 @@
54245
54245
"/notifications/threads/{thread_id}": {
54246
54246
"get": {
54247
54247
"summary": "Get a thread",
54248
-
"description": "",
54248
+
"description": "Gets information about a notification thread.",
54249
54249
"tags": [
54250
54250
"activity"
54251
54251
],
@@ -54257,7 +54257,7 @@
54257
54257
"parameters": [
54258
54258
{
54259
54259
"name": "thread_id",
54260
-
"description": "The unique identifier of the pull request thread.",
54260
+
"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)).",
54261
54261
"in": "path",
54262
54262
"required": true,
54263
54263
"schema": {
@@ -55237,7 +55237,7 @@
55237
55237
},
55238
55238
"patch": {
55239
55239
"summary": "Mark a thread as read",
55240
-
"description": "",
55240
+
"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.",
55241
55241
"tags": [
55242
55242
"activity"
55243
55243
],
@@ -55249,7 +55249,7 @@
55249
55249
"parameters": [
55250
55250
{
55251
55251
"name": "thread_id",
55252
-
"description": "The unique identifier of the pull request thread.",
55252
+
"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)).",
55253
55253
"in": "path",
55254
55254
"required": true,
55255
55255
"schema": {
@@ -55314,7 +55314,7 @@
55314
55314
"parameters": [
55315
55315
{
55316
55316
"name": "thread_id",
55317
-
"description": "The unique identifier of the pull request thread.",
55317
+
"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)).",
55318
55318
"in": "path",
55319
55319
"required": true,
55320
55320
"schema": {
@@ -55479,7 +55479,7 @@
55479
55479
"parameters": [
55480
55480
{
55481
55481
"name": "thread_id",
55482
-
"description": "The unique identifier of the pull request thread.",
55482
+
"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)).",
55483
55483
"in": "path",
55484
55484
"required": true,
55485
55485
"schema": {
@@ -55668,7 +55668,7 @@
55668
55668
"parameters": [
55669
55669
{
55670
55670
"name": "thread_id",
55671
-
"description": "The unique identifier of the pull request thread.",
55671
+
"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)).",
55672
55672
"in": "path",
55673
55673
"required": true,
55674
55674
"schema": {
@@ -349756,7 +349756,7 @@
349756
349756
"/repos/{owner}/{repo}/notifications": {
349757
349757
"get": {
349758
349758
"summary": "List repository notifications for the authenticated user",
349759
-
"description": "List all notifications for the current user.",
349759
+
"description": "Lists all notifications for the current user in the specified repository.",
349760
349760
"tags": [
349761
349761
"activity"
349762
349762
],
@@ -350773,7 +350773,7 @@
350773
350773
},
350774
350774
"put": {
350775
350775
"summary": "Mark repository notifications as read",
350776
-
"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`.",
350776
+
"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-next/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
@@ -13969,12 +13969,11 @@ paths:
13969
13969
subcategory: notifications
13970
13970
put:
13971
13971
summary: Mark notifications as read
13972
-
description: Marks all notifications as "read" removes it from the [default
13973
-
view on GitHub](https://github.com/notifications). If the number of notifications
13974
-
is too large to complete in one request, you will receive a `202 Accepted`
13975
-
status and GitHub will run an asynchronous process to mark notifications as
13976
-
"read." To check whether any "unread" notifications remain, you can use the
13977
-
[List notifications for the authenticated user](https://docs.github.com/rest/reference/activity#list-notifications-for-the-authenticated-user)
13972
+
description: Marks all notifications as "read" for the current user. If the
13973
+
number of notifications is too large to complete in one request, you will
13974
+
receive a `202 Accepted` status and GitHub will run an asynchronous process
13975
+
to mark notifications as "read." To check whether any "unread" notifications
13976
+
remain, you can use the [List notifications for the authenticated user](https://docs.github.com/rest/reference/activity#list-notifications-for-the-authenticated-user)
13978
13977
endpoint and pass the query parameter `all=false`.
13979
13978
tags:
13980
13979
- activity
@@ -14034,7 +14033,7 @@ paths:
14034
14033
"/notifications/threads/{thread_id}":
14035
14034
get:
14036
14035
summary: Get a thread
14037
-
description: ''
14036
+
description: Gets information about a notification thread.
14038
14037
tags:
14039
14038
- activity
14040
14039
operationId: activity/get-thread
@@ -14044,7 +14043,9 @@ paths:
14044
14043
parameters:
14045
14044
- &91
14046
14045
name: thread_id
14047
-
description: The unique identifier of the pull request thread.
14046
+
description: The unique identifier of the notification thread. This corresponds
14047
+
to the value returned in the `id` field when you retrieve notifications
14048
+
(for example with the [`GET /notifications` operation](https://docs.github.com/rest/reference/activity#list-notifications-for-the-authenticated-user)).
14048
14049
in: path
14049
14050
required: true
14050
14051
schema:
@@ -14147,7 +14148,8 @@ paths:
14147
14148
subcategory: notifications
14148
14149
patch:
14149
14150
summary: Mark a thread as read
14150
-
description: ''
14151
+
description: 'Marks a thread as "read." Marking a thread as "read" is equivalent
14152
+
to clicking a notification in your notification inbox on GitHub: https://github.com/notifications.'
14151
14153
tags:
14152
14154
- activity
14153
14155
operationId: activity/mark-thread-as-read
@@ -60490,7 +60492,7 @@ paths:
60490
60492
"/repos/{owner}/{repo}/notifications":
60491
60493
get:
60492
60494
summary: List repository notifications for the authenticated user
60493
-
description: List all notifications for the current user.
60495
+
description: Lists all notifications for the current user in the specified repository.
0 commit comments