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/fpt-2022-11-28/schema.json
+11-8Lines changed: 11 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -231406,12 +231406,13 @@
231406
231406
{
231407
231407
"name": "sort",
231408
231408
"in": "query",
231409
-
"description": "<p>The property by which to sort the results.\n<code>created</code> means when the alert was created.\n<code>updated</code> means when the alert's state last changed.</p>",
231409
+
"description": "<p>The property by which to sort the results.\n<code>created</code> means when the alert was created.\n<code>updated</code> means when the alert's state last changed.\n<code>epss_percentage</code> sorts alerts by the Exploit Prediction Scoring System (EPSS) percentage.</p>",
231410
231410
"schema": {
231411
231411
"type": "string",
231412
231412
"enum": [
231413
231413
"created",
231414
-
"updated"
231414
+
"updated",
231415
+
"epss_percentage"
231415
231416
],
231416
231417
"default": "created"
231417
231418
}
@@ -233269,12 +233270,13 @@
233269
233270
{
233270
233271
"name": "sort",
233271
233272
"in": "query",
233272
-
"description": "<p>The property by which to sort the results.\n<code>created</code> means when the alert was created.\n<code>updated</code> means when the alert's state last changed.</p>",
233273
+
"description": "<p>The property by which to sort the results.\n<code>created</code> means when the alert was created.\n<code>updated</code> means when the alert's state last changed.\n<code>epss_percentage</code> sorts alerts by the Exploit Prediction Scoring System (EPSS) percentage.</p>",
233273
233274
"schema": {
233274
233275
"type": "string",
233275
233276
"enum": [
233276
233277
"created",
233277
-
"updated"
233278
+
"updated",
233279
+
"epss_percentage"
233278
233280
],
233279
233281
"default": "created"
233280
233282
}
@@ -235157,12 +235159,13 @@
235157
235159
{
235158
235160
"name": "sort",
235159
235161
"in": "query",
235160
-
"description": "<p>The property by which to sort the results.\n<code>created</code> means when the alert was created.\n<code>updated</code> means when the alert's state last changed.</p>",
235162
+
"description": "<p>The property by which to sort the results.\n<code>created</code> means when the alert was created.\n<code>updated</code> means when the alert's state last changed.\n<code>epss_percentage</code> sorts alerts by the Exploit Prediction Scoring System (EPSS) percentage.</p>",
235161
235163
"schema": {
235162
235164
"type": "string",
235163
235165
"enum": [
235164
235166
"created",
235165
-
"updated"
235167
+
"updated",
235168
+
"epss_percentage"
235166
235169
],
235167
235170
"default": "created"
235168
235171
}
@@ -596045,7 +596048,7 @@
596045
596048
}
596046
596049
],
596047
596050
"previews": [],
596048
-
"descriptionHTML": "<p>Provides publicly available information about someone with a GitHub account. This method takes their durable user <code>ID</code> instead of their <code>login</code>, which can change over time.</p>\n<p>The <code>email</code> key in the following response is the publicly visible email address from your GitHub <a href=\"https://github.com/settings/profile\">profile page</a>. When setting up your profile, you can select a primary email address to be “public” which provides an email entry for this endpoint. If you do not set a public email address for <code>email</code>, then it will have a value of <code>null</code>. You only see publicly visible email addresses when authenticated with GitHub. For more information, see <a href=\"https://docs.github.com/rest/guides/getting-started-with-the-rest-api#authentication\">Authentication</a>.</p>\n<p>The Emails API enables you to list all of your email addresses, and toggle a primary email to be visible publicly. For more information, see \"<a href=\"https://docs.github.com/rest/users/emails\">Emails API</a>\".</p>",
596051
+
"descriptionHTML": "<p>Provides publicly available information about someone with a GitHub account. This method takes their durable user <code>ID</code> instead of their <code>login</code>, which can change over time.</p>\n<p>If you are requesting information about an <a href=\"https://docs.github.com/enterprise-cloud@latest/admin/managing-iam/understanding-iam-for-enterprises/about-enterprise-managed-users\">Enterprise Managed User</a>, or a GitHub App bot that is installed in an organization that uses Enterprise Managed Users, your requests must be authenticated as a user or GitHub App that has access to the organization to view that account's information. If you are not authorized, the request will return a <code>404 Not Found</code> status.</p>\n<p>The <code>email</code> key in the following response is the publicly visible email address from your GitHub <a href=\"https://github.com/settings/profile\">profile page</a>. When setting up your profile, you can select a primary email address to be public which provides an email entry for this endpoint. If you do not set a public email address for <code>email</code>, then it will have a value of <code>null</code>. You only see publicly visible email addresses when authenticated with GitHub. For more information, see <a href=\"https://docs.github.com/rest/guides/getting-started-with-the-rest-api#authentication\">Authentication</a>.</p>\n<p>The Emails API enables you to list all of your email addresses, and toggle a primary email to be visible publicly. For more information, see <a href=\"https://docs.github.com/rest/users/emails\">Emails API</a>.</p>",
596049
596052
"statusCodes": [
596050
596053
{
596051
596054
"httpStatusCode": "200",
@@ -597623,7 +597626,7 @@
597623
597626
}
597624
597627
],
597625
597628
"previews": [],
597626
-
"descriptionHTML": "<p>Provides publicly available information about someone with a GitHub account.</p>\n<p>The <code>email</code> key in the following response is the publicly visible email address from your GitHub <a href=\"https://github.com/settings/profile\">profile page</a>. When setting up your profile, you can select a primary email address to be “public” which provides an email entry for this endpoint. If you do not set a public email address for <code>email</code>, then it will have a value of <code>null</code>. You only see publicly visible email addresses when authenticated with GitHub. For more information, see <a href=\"https://docs.github.com/rest/guides/getting-started-with-the-rest-api#authentication\">Authentication</a>.</p>\n<p>The Emails API enables you to list all of your email addresses, and toggle a primary email to be visible publicly. For more information, see \"<a href=\"https://docs.github.com/rest/users/emails\">Emails API</a>\".</p>",
597629
+
"descriptionHTML": "<p>Provides publicly available information about someone with a GitHub account.</p>\n<p>If you are requesting information about an <a href=\"https://docs.github.com/enterprise-cloud@latest/admin/managing-iam/understanding-iam-for-enterprises/about-enterprise-managed-users\">Enterprise Managed User</a>, or a GitHub App bot that is installed in an organization that uses Enterprise Managed Users, your requests must be authenticated as a user or GitHub App that has access to the organization to view that account's information. If you are not authorized, the request will return a <code>404 Not Found</code> status.</p>\n<p>The <code>email</code> key in the following response is the publicly visible email address from your GitHub <a href=\"https://github.com/settings/profile\">profile page</a>. When setting up your profile, you can select a primary email address to be public which provides an email entry for this endpoint. If you do not set a public email address for <code>email</code>, then it will have a value of <code>null</code>. You only see publicly visible email addresses when authenticated with GitHub. For more information, see <a href=\"https://docs.github.com/rest/guides/getting-started-with-the-rest-api#authentication\">Authentication</a>.</p>\n<p>The Emails API enables you to list all of your email addresses, and toggle a primary email to be visible publicly. For more information, see <a href=\"https://docs.github.com/rest/users/emails\">Emails API</a>.</p>",
Copy file name to clipboardExpand all lines: src/rest/data/ghec-2022-11-28/schema.json
+11-8Lines changed: 11 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -242888,12 +242888,13 @@
242888
242888
{
242889
242889
"name": "sort",
242890
242890
"in": "query",
242891
-
"description": "<p>The property by which to sort the results.\n<code>created</code> means when the alert was created.\n<code>updated</code> means when the alert's state last changed.</p>",
242891
+
"description": "<p>The property by which to sort the results.\n<code>created</code> means when the alert was created.\n<code>updated</code> means when the alert's state last changed.\n<code>epss_percentage</code> sorts alerts by the Exploit Prediction Scoring System (EPSS) percentage.</p>",
242892
242892
"schema": {
242893
242893
"type": "string",
242894
242894
"enum": [
242895
242895
"created",
242896
-
"updated"
242896
+
"updated",
242897
+
"epss_percentage"
242897
242898
],
242898
242899
"default": "created"
242899
242900
}
@@ -244751,12 +244752,13 @@
244751
244752
{
244752
244753
"name": "sort",
244753
244754
"in": "query",
244754
-
"description": "<p>The property by which to sort the results.\n<code>created</code> means when the alert was created.\n<code>updated</code> means when the alert's state last changed.</p>",
244755
+
"description": "<p>The property by which to sort the results.\n<code>created</code> means when the alert was created.\n<code>updated</code> means when the alert's state last changed.\n<code>epss_percentage</code> sorts alerts by the Exploit Prediction Scoring System (EPSS) percentage.</p>",
244755
244756
"schema": {
244756
244757
"type": "string",
244757
244758
"enum": [
244758
244759
"created",
244759
-
"updated"
244760
+
"updated",
244761
+
"epss_percentage"
244760
244762
],
244761
244763
"default": "created"
244762
244764
}
@@ -246639,12 +246641,13 @@
246639
246641
{
246640
246642
"name": "sort",
246641
246643
"in": "query",
246642
-
"description": "<p>The property by which to sort the results.\n<code>created</code> means when the alert was created.\n<code>updated</code> means when the alert's state last changed.</p>",
246644
+
"description": "<p>The property by which to sort the results.\n<code>created</code> means when the alert was created.\n<code>updated</code> means when the alert's state last changed.\n<code>epss_percentage</code> sorts alerts by the Exploit Prediction Scoring System (EPSS) percentage.</p>",
246643
246645
"schema": {
246644
246646
"type": "string",
246645
246647
"enum": [
246646
246648
"created",
246647
-
"updated"
246649
+
"updated",
246650
+
"epss_percentage"
246648
246651
],
246649
246652
"default": "created"
246650
246653
}
@@ -635060,7 +635063,7 @@
635060
635063
}
635061
635064
],
635062
635065
"previews": [],
635063
-
"descriptionHTML": "<p>Provides publicly available information about someone with a GitHub account. This method takes their durable user <code>ID</code> instead of their <code>login</code>, which can change over time.</p>\n<p>The <code>email</code> key in the following response is the publicly visible email address from your GitHub Enterprise Cloud <a href=\"https://github.com/settings/profile\">profile page</a>. When setting up your profile, you can select a primary email address to be “public” which provides an email entry for this endpoint. If you do not set a public email address for <code>email</code>, then it will have a value of <code>null</code>. You only see publicly visible email addresses when authenticated with GitHub Enterprise Cloud. For more information, see <a href=\"https://docs.github.com/enterprise-cloud@latest//rest/guides/getting-started-with-the-rest-api#authentication\">Authentication</a>.</p>\n<p>The Emails API enables you to list all of your email addresses, and toggle a primary email to be visible publicly. For more information, see \"<a href=\"https://docs.github.com/enterprise-cloud@latest//rest/users/emails\">Emails API</a>\".</p>",
635066
+
"descriptionHTML": "<p>Provides publicly available information about someone with a GitHub account. This method takes their durable user <code>ID</code> instead of their <code>login</code>, which can change over time.</p>\n<p>If you are requesting information about an <a href=\"https://docs.github.com/enterprise-cloud@latest//enterprise-cloud@latest/admin/managing-iam/understanding-iam-for-enterprises/about-enterprise-managed-users\">Enterprise Managed User</a>, or a GitHub App bot that is installed in an organization that uses Enterprise Managed Users, your requests must be authenticated as a user or GitHub App that has access to the organization to view that account's information. If you are not authorized, the request will return a <code>404 Not Found</code> status.</p>\n<p>The <code>email</code> key in the following response is the publicly visible email address from your GitHub Enterprise Cloud <a href=\"https://github.com/settings/profile\">profile page</a>. When setting up your profile, you can select a primary email address to be public which provides an email entry for this endpoint. If you do not set a public email address for <code>email</code>, then it will have a value of <code>null</code>. You only see publicly visible email addresses when authenticated with GitHub Enterprise Cloud. For more information, see <a href=\"https://docs.github.com/enterprise-cloud@latest//rest/guides/getting-started-with-the-rest-api#authentication\">Authentication</a>.</p>\n<p>The Emails API enables you to list all of your email addresses, and toggle a primary email to be visible publicly. For more information, see <a href=\"https://docs.github.com/enterprise-cloud@latest//rest/users/emails\">Emails API</a>.</p>",
635064
635067
"statusCodes": [
635065
635068
{
635066
635069
"httpStatusCode": "200",
@@ -636638,7 +636641,7 @@
636638
636641
}
636639
636642
],
636640
636643
"previews": [],
636641
-
"descriptionHTML": "<p>Provides publicly available information about someone with a GitHub account.</p>\n<p>The <code>email</code> key in the following response is the publicly visible email address from your GitHub Enterprise Cloud <a href=\"https://github.com/settings/profile\">profile page</a>. When setting up your profile, you can select a primary email address to be “public” which provides an email entry for this endpoint. If you do not set a public email address for <code>email</code>, then it will have a value of <code>null</code>. You only see publicly visible email addresses when authenticated with GitHub Enterprise Cloud. For more information, see <a href=\"https://docs.github.com/enterprise-cloud@latest//rest/guides/getting-started-with-the-rest-api#authentication\">Authentication</a>.</p>\n<p>The Emails API enables you to list all of your email addresses, and toggle a primary email to be visible publicly. For more information, see \"<a href=\"https://docs.github.com/enterprise-cloud@latest//rest/users/emails\">Emails API</a>\".</p>",
636644
+
"descriptionHTML": "<p>Provides publicly available information about someone with a GitHub account.</p>\n<p>If you are requesting information about an <a href=\"https://docs.github.com/enterprise-cloud@latest//enterprise-cloud@latest/admin/managing-iam/understanding-iam-for-enterprises/about-enterprise-managed-users\">Enterprise Managed User</a>, or a GitHub App bot that is installed in an organization that uses Enterprise Managed Users, your requests must be authenticated as a user or GitHub App that has access to the organization to view that account's information. If you are not authorized, the request will return a <code>404 Not Found</code> status.</p>\n<p>The <code>email</code> key in the following response is the publicly visible email address from your GitHub Enterprise Cloud <a href=\"https://github.com/settings/profile\">profile page</a>. When setting up your profile, you can select a primary email address to be public which provides an email entry for this endpoint. If you do not set a public email address for <code>email</code>, then it will have a value of <code>null</code>. You only see publicly visible email addresses when authenticated with GitHub Enterprise Cloud. For more information, see <a href=\"https://docs.github.com/enterprise-cloud@latest//rest/guides/getting-started-with-the-rest-api#authentication\">Authentication</a>.</p>\n<p>The Emails API enables you to list all of your email addresses, and toggle a primary email to be visible publicly. For more information, see <a href=\"https://docs.github.com/enterprise-cloud@latest//rest/users/emails\">Emails API</a>.</p>",
0 commit comments