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: src/rest/data/ghec-2022-11-28/schema.json
+12-12Lines changed: 12 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -12989,13 +12989,13 @@
12989
12989
}
12990
12990
],
12991
12991
"previews": [],
12992
+
"descriptionHTML": "<p>Gets a single environment secret without revealing its encrypted value.</p>\n<p>Authenticated users must have collaborator access to a repository to create, update, or read secrets.</p>\n<p>OAuth tokens and personal access tokens (classic) need the <code>repo</code> scope to use this endpoint.</p>",
12992
12993
"statusCodes": [
12993
12994
{
12994
12995
"httpStatusCode": "200",
12995
12996
"description": "<p>OK</p>"
12996
12997
}
12997
-
],
12998
-
"descriptionHTML": "<p>Gets a single environment secret without revealing its encrypted value.</p>\n<p>Authenticated users must have collaborator access to a repository to create, update, or read secrets.</p>\n<p>OAuth tokens and personal access tokens (classic) need the <code>repo</code> scope to use this endpoint.</p>"
12998
+
]
12999
12999
},
13000
13000
{
13001
13001
"serverUrl": "https://api.github.com",
@@ -230076,6 +230076,7 @@
230076
230076
}
230077
230077
],
230078
230078
"previews": [],
230079
+
"descriptionHTML": "<p>Select the repositories that will use a user's development environment secret.</p>\n<p>The authenticated user must have Codespaces access to use this endpoint.</p>\n<p>OAuth app tokens and personal access tokens (classic) need the <code>codespace</code> or <code>codespace:secrets</code> scope to use this endpoint.</p>",
230079
230080
"statusCodes": [
230080
230081
{
230081
230082
"httpStatusCode": "204",
@@ -230097,8 +230098,7 @@
230097
230098
"httpStatusCode": "500",
230098
230099
"description": "<p>Internal Error</p>"
230099
230100
}
230100
-
],
230101
-
"descriptionHTML": "<p>Select the repositories that will use a user's development environment secret.</p>\n<p>The authenticated user must have Codespaces access to use this endpoint.</p>\n<p>OAuth app tokens and personal access tokens (classic) need the <code>codespace</code> or <code>codespace:secrets</code> scope to use this endpoint.</p>"
230101
+
]
230102
230102
},
230103
230103
{
230104
230104
"serverUrl": "https://api.github.com",
@@ -272545,13 +272545,13 @@
272545
272545
}
272546
272546
],
272547
272547
"previews": [],
272548
+
"descriptionHTML": "<p>Updates a deployment branch or tag policy for an environment.</p>\n<p>OAuth app tokens and personal access tokens (classic) need the <code>repo</code> scope to use this endpoint.</p>",
272548
272549
"statusCodes": [
272549
272550
{
272550
272551
"httpStatusCode": "200",
272551
272552
"description": "<p>OK</p>"
272552
272553
}
272553
-
],
272554
-
"descriptionHTML": "<p>Updates a deployment branch or tag policy for an environment.</p>\n<p>OAuth app tokens and personal access tokens (classic) need the <code>repo</code> scope to use this endpoint.</p>"
272554
+
]
272555
272555
},
272556
272556
{
272557
272557
"serverUrl": "https://api.github.com",
@@ -317125,13 +317125,13 @@
317125
317125
}
317126
317126
],
317127
317127
"previews": [],
317128
+
"descriptionHTML": "<p>Removes all interaction restrictions from public repositories in the given organization. You must be an organization owner to remove restrictions.</p>",
317128
317129
"statusCodes": [
317129
317130
{
317130
317131
"httpStatusCode": "204",
317131
317132
"description": "<p>No Content</p>"
317132
317133
}
317133
-
],
317134
-
"descriptionHTML": "<p>Removes all interaction restrictions from public repositories in the given organization. You must be an organization owner to remove restrictions.</p>"
0 commit comments