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: lib/rest/static/decorated/api.github.com.json
+9-4Lines changed: 9 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -53044,7 +53044,7 @@
53044
53044
{
53045
53045
"httpStatusCode": "204",
53046
53046
"httpStatusMessage": "No Content",
53047
-
"description": "Default Response"
53047
+
"description": "Default response"
53048
53048
}
53049
53049
],
53050
53050
"bodyParameters": [],
@@ -75840,7 +75840,7 @@
75840
75840
{
75841
75841
"httpStatusCode": "204",
75842
75842
"httpStatusMessage": "No Content",
75843
-
"description": "Default Response"
75843
+
"description": "Default response"
75844
75844
}
75845
75845
],
75846
75846
"bodyParameters": [],
@@ -87232,7 +87232,7 @@
87232
87232
}
87233
87233
],
87234
87234
"summary": "Get interaction restrictions for your public repositories",
87235
-
"description": "Shows which type of GitHub user can interact with your public repositories and when the restriction expires. If there are no restrictions, you will see an empty response.",
87235
+
"description": "Shows which type of GitHub user can interact with your public repositories and when the restriction expires.",
87236
87236
"tags": [
87237
87237
"interactions"
87238
87238
],
@@ -87255,13 +87255,18 @@
87255
87255
"subcategoryLabel": "User",
87256
87256
"notes": [],
87257
87257
"bodyParameters": [],
87258
-
"descriptionHTML": "<p>Shows which type of GitHub user can interact with your public repositories and when the restriction expires. If there are no restrictions, you will see an empty response.</p>",
87258
+
"descriptionHTML": "<p>Shows which type of GitHub user can interact with your public repositories and when the restriction expires.</p>",
Copy file name to clipboardExpand all lines: lib/rest/static/dereferenced/api.github.com.deref.json
+7-4Lines changed: 7 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -180399,7 +180399,7 @@
180399
180399
],
180400
180400
"responses": {
180401
180401
"204": {
180402
-
"description": "Empty response"
180402
+
"description": "Default response"
180403
180403
}
180404
180404
},
180405
180405
"x-github": {
@@ -277081,7 +277081,7 @@
277081
277081
],
277082
277082
"responses": {
277083
277083
"204": {
277084
-
"description": "Empty response"
277084
+
"description": "Default response"
277085
277085
}
277086
277086
},
277087
277087
"x-github": {
@@ -310050,7 +310050,7 @@
310050
310050
"/user/interaction-limits": {
310051
310051
"get": {
310052
310052
"summary": "Get interaction restrictions for your public repositories",
310053
-
"description": "Shows which type of GitHub user can interact with your public repositories and when the restriction expires. If there are no restrictions, you will see an empty response.",
310053
+
"description": "Shows which type of GitHub user can interact with your public repositories and when the restriction expires.",
310054
310054
"tags": [
310055
310055
"interactions"
310056
310056
],
@@ -310061,7 +310061,7 @@
310061
310061
},
310062
310062
"responses": {
310063
310063
"200": {
310064
-
"description": "Response",
310064
+
"description": "Default response",
310065
310065
"content": {
310066
310066
"application/json": {
310067
310067
"schema": {
@@ -310106,6 +310106,9 @@
310106
310106
}
310107
310107
}
310108
310108
}
310109
+
},
310110
+
"204": {
310111
+
"description": "Response when there are no restrictions"
0 commit comments