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
+17-61
Original file line number
Diff line number
Diff line change
@@ -1935,13 +1935,6 @@
1935
1935
"partner",
1936
1936
"custom"
1937
1937
]
1938
-
},
1939
-
"version": {
1940
-
"description": "The image version of the hosted runner pool.",
1941
-
"type": "string",
1942
-
"examples": [
1943
-
"latest"
1944
-
]
1945
1938
}
1946
1939
},
1947
1940
"required": [
@@ -2147,11 +2140,6 @@
2147
2140
"partner",
2148
2141
"custom"
2149
2142
]
2150
-
},
2151
-
{
2152
-
"type": "string or null",
2153
-
"name": "version",
2154
-
"description": "<p>The version of the runner image to deploy. This is relevant only for runners using custom images.</p>"
2155
2143
}
2156
2144
]
2157
2145
},
@@ -2203,8 +2191,7 @@
2203
2191
"name": "My Hosted runner",
2204
2192
"image": {
2205
2193
"id": "ubuntu-latest",
2206
-
"source": "github",
2207
-
"version": "latest"
2194
+
"source": "github"
2208
2195
},
2209
2196
"runner_group_id": 1,
2210
2197
"size": "4-core",
@@ -2311,13 +2298,6 @@
2311
2298
"partner",
2312
2299
"custom"
2313
2300
]
2314
-
},
2315
-
"version": {
2316
-
"description": "The image version of the hosted runner pool.",
2317
-
"type": "string",
2318
-
"examples": [
2319
-
"latest"
2320
-
]
2321
2301
}
2322
2302
},
2323
2303
"required": [
@@ -3165,13 +3145,6 @@
3165
3145
"partner",
3166
3146
"custom"
3167
3147
]
3168
-
},
3169
-
"version": {
3170
-
"description": "The image version of the hosted runner pool.",
3171
-
"type": "string",
3172
-
"examples": [
3173
-
"latest"
3174
-
]
3175
3148
}
3176
3149
},
3177
3150
"required": [
@@ -3378,12 +3351,6 @@
3378
3351
"name": "enable_static_ip",
3379
3352
"in": "body",
3380
3353
"description": "<p>Whether this runner should be updated with a static public IP. Note limit on account. To list limits on account, use <code>GET actions/hosted-runners/limits</code></p>"
3381
-
},
3382
-
{
3383
-
"type": "string or null",
3384
-
"name": "image_version",
3385
-
"in": "body",
3386
-
"description": "<p>The version of the runner image to deploy. This is relevant only for runners using custom images.</p>"
3387
3354
}
3388
3355
],
3389
3356
"progAccess": {
@@ -3407,8 +3374,7 @@
3407
3374
"name": "My larger runner",
3408
3375
"runner_group_id": 1,
3409
3376
"maximum_runners": 50,
3410
-
"enable_static_ip": false,
3411
-
"image_version": "1.0.0"
3377
+
"enable_static_ip": false
3412
3378
},
3413
3379
"parameters": {
3414
3380
"org": "ORG",
@@ -3511,13 +3477,6 @@
3511
3477
"partner",
3512
3478
"custom"
3513
3479
]
3514
-
},
3515
-
"version": {
3516
-
"description": "The image version of the hosted runner pool.",
3517
-
"type": "string",
3518
-
"examples": [
3519
-
"latest"
3520
-
]
3521
3480
}
3522
3481
},
3523
3482
"required": [
@@ -3818,13 +3777,6 @@
3818
3777
"partner",
3819
3778
"custom"
3820
3779
]
3821
-
},
3822
-
"version": {
3823
-
"description": "The image version of the hosted runner pool.",
3824
-
"type": "string",
3825
-
"examples": [
3826
-
"latest"
3827
-
]
3828
3780
}
3829
3781
},
3830
3782
"required": [
@@ -11133,13 +11085,6 @@
11133
11085
"partner",
11134
11086
"custom"
11135
11087
]
11136
-
},
11137
-
"version": {
11138
-
"description": "The image version of the hosted runner pool.",
11139
-
"type": "string",
11140
-
"examples": [
11141
-
"latest"
11142
-
]
11143
11088
}
11144
11089
},
11145
11090
"required": [
@@ -157940,6 +157885,12 @@
157940
157885
"name": "dismissed_comment",
157941
157886
"in": "body",
157942
157887
"description": "<p>The dismissal comment associated with the dismissal of the alert.</p>"
157888
+
},
157889
+
{
157890
+
"type": "boolean",
157891
+
"name": "create_request",
157892
+
"in": "body",
157893
+
"description": "<p>If <code>true</code>, attempt to create an alert dismissal request.</p>"
157943
157894
}
157944
157895
],
157945
157896
"progAccess": {
@@ -157962,7 +157913,8 @@
157962
157913
"bodyParameters": {
157963
157914
"state": "dismissed",
157964
157915
"dismissed_reason": "false positive",
157965
-
"dismissed_comment": "This alert is not actually correct, because there's a sanitizer included in the library."
157916
+
"dismissed_comment": "This alert is not actually correct, because there's a sanitizer included in the library.",
157917
+
"create_request": true
157966
157918
},
157967
157919
"parameters": {
157968
157920
"owner": "OWNER",
@@ -158698,6 +158650,10 @@
158698
158650
"httpStatusCode": "200",
158699
158651
"description": "<p>OK</p>"
158700
158652
},
158653
+
{
158654
+
"httpStatusCode": "400",
158655
+
"description": "<p>Bad Request</p>"
158656
+
},
158701
158657
{
158702
158658
"httpStatusCode": "403",
158703
158659
"description": "<p>Response if the repository is archived or if GitHub Advanced Security is not enabled for this repository</p>"
@@ -555426,7 +555382,7 @@
555426
555382
{
555427
555383
"name": "secret_type",
555428
555384
"in": "query",
555429
-
"description": "<p>A comma-separated list of secret types to return. All default secret patterns are returned. To return experimental patterns, pass the token name(s) in the parameter. See \"<a href=\"https://docs.github.com/enterprise-cloud@latest/code-security/secret-scanning/introduction/supported-secret-scanning-patterns#supported-secrets\">Supported secret scanning patterns</a>\" for a complete list of secret types.</p>",
555385
+
"description": "<p>A comma-separated list of secret types to return. All default secret patterns are returned. To return generic patterns, pass the token name(s) in the parameter. See \"<a href=\"https://docs.github.com/enterprise-cloud@latest/code-security/secret-scanning/introduction/supported-secret-scanning-patterns#supported-secrets\">Supported secret scanning patterns</a>\" for a complete list of secret types.</p>",
555430
555386
"required": false,
555431
555387
"schema": {
555432
555388
"type": "string"
@@ -557084,7 +557040,7 @@
557084
557040
{
557085
557041
"name": "secret_type",
557086
557042
"in": "query",
557087
-
"description": "<p>A comma-separated list of secret types to return. All default secret patterns are returned. To return experimental patterns, pass the token name(s) in the parameter. See \"<a href=\"https://docs.github.com/enterprise-cloud@latest/code-security/secret-scanning/introduction/supported-secret-scanning-patterns#supported-secrets\">Supported secret scanning patterns</a>\" for a complete list of secret types.</p>",
557043
+
"description": "<p>A comma-separated list of secret types to return. All default secret patterns are returned. To return generic patterns, pass the token name(s) in the parameter. See \"<a href=\"https://docs.github.com/enterprise-cloud@latest/code-security/secret-scanning/introduction/supported-secret-scanning-patterns#supported-secrets\">Supported secret scanning patterns</a>\" for a complete list of secret types.</p>",
557088
557044
"required": false,
557089
557045
"schema": {
557090
557046
"type": "string"
@@ -558764,7 +558720,7 @@
558764
558720
{
558765
558721
"name": "secret_type",
558766
558722
"in": "query",
558767
-
"description": "<p>A comma-separated list of secret types to return. All default secret patterns are returned. To return experimental patterns, pass the token name(s) in the parameter. See \"<a href=\"https://docs.github.com/enterprise-cloud@latest/code-security/secret-scanning/introduction/supported-secret-scanning-patterns#supported-secrets\">Supported secret scanning patterns</a>\" for a complete list of secret types.</p>",
558723
+
"description": "<p>A comma-separated list of secret types to return. All default secret patterns are returned. To return generic patterns, pass the token name(s) in the parameter. See \"<a href=\"https://docs.github.com/enterprise-cloud@latest/code-security/secret-scanning/introduction/supported-secret-scanning-patterns#supported-secrets\">Supported secret scanning patterns</a>\" for a complete list of secret types.</p>",
0 commit comments