Skip to content

Commit 96405bf

Browse files
committed
patch github
1 parent 62d6687 commit 96405bf

35 files changed

Lines changed: 862 additions & 2 deletions

providers/src/github/v00.00.00000/services/actions.yaml

Lines changed: 156 additions & 0 deletions
Large diffs are not rendered by default.

providers/src/github/v00.00.00000/services/activity.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7283,6 +7283,9 @@ components:
72837283
mediaType: application/json
72847284
openAPIDocKey: '200'
72857285
mark_notifications_as_read:
7286+
config:
7287+
requestBodyTranslate:
7288+
algorithm: naive
72867289
operation:
72877290
$ref: '#/paths/~1notifications/put'
72887291
response:
@@ -7313,6 +7316,9 @@ components:
73137316
mediaType: application/json
73147317
openAPIDocKey: '200'
73157318
mark_repo_notifications_as_read:
7319+
config:
7320+
requestBodyTranslate:
7321+
algorithm: naive
73167322
operation:
73177323
$ref: '#/paths/~1repos~1{owner}~1{repo}~1notifications/put'
73187324
response:
@@ -7345,6 +7351,9 @@ components:
73457351
mediaType: application/json
73467352
openAPIDocKey: '200'
73477353
set_thread_subscription:
7354+
config:
7355+
requestBodyTranslate:
7356+
algorithm: naive
73487357
operation:
73497358
$ref: '#/paths/~1notifications~1threads~1{thread_id}~1subscription/put'
73507359
response:
@@ -7452,6 +7461,9 @@ components:
74527461
mediaType: application/json
74537462
openAPIDocKey: '200'
74547463
set_repo_subscription:
7464+
config:
7465+
requestBodyTranslate:
7466+
algorithm: naive
74557467
operation:
74567468
$ref: '#/paths/~1repos~1{owner}~1{repo}~1subscription/put'
74577469
response:

providers/src/github/v00.00.00000/services/agent_tasks.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2624,6 +2624,9 @@ components:
26242624
mediaType: application/json
26252625
openAPIDocKey: '200'
26262626
create_task:
2627+
config:
2628+
requestBodyTranslate:
2629+
algorithm: naive
26272630
operation:
26282631
$ref: '#/paths/~1agents~1repos~1{owner}~1{repo}~1tasks/post'
26292632
response:

providers/src/github/v00.00.00000/services/apps.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7247,6 +7247,9 @@ components:
72477247
mediaType: application/json
72487248
openAPIDocKey: '204'
72497249
create_installation_access_token:
7250+
config:
7251+
requestBodyTranslate:
7252+
algorithm: naive
72507253
operation:
72517254
$ref: >-
72527255
#/paths/~1app~1installations~1{installation_id}~1access_tokens/post
@@ -7266,6 +7269,9 @@ components:
72667269
mediaType: application/json
72677270
openAPIDocKey: '204'
72687271
scope_token:
7272+
config:
7273+
requestBodyTranslate:
7274+
algorithm: naive
72697275
operation:
72707276
$ref: '#/paths/~1applications~1{client_id}~1token~1scoped/post'
72717277
response:
@@ -7318,6 +7324,9 @@ components:
73187324
mediaType: application/json
73197325
openAPIDocKey: '200'
73207326
update_webhook_config_for_app:
7327+
config:
7328+
requestBodyTranslate:
7329+
algorithm: naive
73217330
operation:
73227331
$ref: '#/paths/~1app~1hook~1config/patch'
73237332
response:
@@ -7421,12 +7430,18 @@ components:
74217430
title: Oauth Applications
74227431
methods:
74237432
check_token:
7433+
config:
7434+
requestBodyTranslate:
7435+
algorithm: naive
74247436
operation:
74257437
$ref: '#/paths/~1applications~1{client_id}~1token/post'
74267438
response:
74277439
mediaType: application/json
74287440
openAPIDocKey: '200'
74297441
reset_token:
7442+
config:
7443+
requestBodyTranslate:
7444+
algorithm: naive
74307445
operation:
74317446
$ref: '#/paths/~1applications~1{client_id}~1token/patch'
74327447
response:

providers/src/github/v00.00.00000/services/billing.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1667,6 +1667,9 @@ components:
16671667
mediaType: application/json
16681668
openAPIDocKey: '200'
16691669
update_budget_org:
1670+
config:
1671+
requestBodyTranslate:
1672+
algorithm: naive
16701673
operation:
16711674
$ref: >-
16721675
#/paths/~1organizations~1{org}~1settings~1billing~1budgets~1{budget_id}/patch

providers/src/github/v00.00.00000/services/campaigns.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -987,6 +987,9 @@ components:
987987
mediaType: application/json
988988
openAPIDocKey: '200'
989989
create_campaign:
990+
config:
991+
requestBodyTranslate:
992+
algorithm: naive
990993
operation:
991994
$ref: '#/paths/~1orgs~1{org}~1campaigns/post'
992995
response:
@@ -999,6 +1002,9 @@ components:
9991002
mediaType: application/json
10001003
openAPIDocKey: '200'
10011004
update_campaign:
1005+
config:
1006+
requestBodyTranslate:
1007+
algorithm: naive
10021008
operation:
10031009
$ref: '#/paths/~1orgs~1{org}~1campaigns~1{campaign_number}/patch'
10041010
response:

providers/src/github/v00.00.00000/services/checks.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3968,6 +3968,9 @@ components:
39683968
title: Runs
39693969
methods:
39703970
create:
3971+
config:
3972+
requestBodyTranslate:
3973+
algorithm: naive
39713974
operation:
39723975
$ref: '#/paths/~1repos~1{owner}~1{repo}~1check-runs/post'
39733976
response:
@@ -3980,6 +3983,9 @@ components:
39803983
mediaType: application/json
39813984
openAPIDocKey: '200'
39823985
update:
3986+
config:
3987+
requestBodyTranslate:
3988+
algorithm: naive
39833989
operation:
39843990
$ref: '#/paths/~1repos~1{owner}~1{repo}~1check-runs~1{check_run_id}/patch'
39853991
response:
@@ -4042,12 +4048,18 @@ components:
40424048
title: Suites
40434049
methods:
40444050
create_suite:
4051+
config:
4052+
requestBodyTranslate:
4053+
algorithm: naive
40454054
operation:
40464055
$ref: '#/paths/~1repos~1{owner}~1{repo}~1check-suites/post'
40474056
response:
40484057
mediaType: application/json
40494058
openAPIDocKey: '200'
40504059
set_suites_preferences:
4060+
config:
4061+
requestBodyTranslate:
4062+
algorithm: naive
40514063
operation:
40524064
$ref: '#/paths/~1repos~1{owner}~1{repo}~1check-suites~1preferences/patch'
40534065
response:

providers/src/github/v00.00.00000/services/code_scanning.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4603,6 +4603,9 @@ components:
46034603
mediaType: application/json
46044604
openAPIDocKey: '200'
46054605
update_alert:
4606+
config:
4607+
requestBodyTranslate:
4608+
algorithm: naive
46064609
operation:
46074610
$ref: >-
46084611
#/paths/~1repos~1{owner}~1{repo}~1code-scanning~1alerts~1{alert_number}/patch
@@ -4637,6 +4640,9 @@ components:
46374640
mediaType: application/json
46384641
openAPIDocKey: '200'
46394642
commit_autofix:
4643+
config:
4644+
requestBodyTranslate:
4645+
algorithm: naive
46404646
operation:
46414647
$ref: >-
46424648
#/paths/~1repos~1{owner}~1{repo}~1code-scanning~1alerts~1{alert_number}~1autofix~1commits/post
@@ -4752,6 +4758,9 @@ components:
47524758
title: Codeql Variant Analyses
47534759
methods:
47544760
create_variant_analysis:
4761+
config:
4762+
requestBodyTranslate:
4763+
algorithm: naive
47554764
operation:
47564765
$ref: >-
47574766
#/paths/~1repos~1{owner}~1{repo}~1code-scanning~1codeql~1variant-analyses/post
@@ -4807,6 +4816,9 @@ components:
48074816
mediaType: application/json
48084817
openAPIDocKey: '200'
48094818
update_default_setup:
4819+
config:
4820+
requestBodyTranslate:
4821+
algorithm: naive
48104822
operation:
48114823
$ref: >-
48124824
#/paths/~1repos~1{owner}~1{repo}~1code-scanning~1default-setup/patch
@@ -4829,6 +4841,9 @@ components:
48294841
title: Sarifs
48304842
methods:
48314843
upload_sarif:
4844+
config:
4845+
requestBodyTranslate:
4846+
algorithm: naive
48324847
operation:
48334848
$ref: '#/paths/~1repos~1{owner}~1{repo}~1code-scanning~1sarifs/post'
48344849
response:

providers/src/github/v00.00.00000/services/code_security.yaml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3285,6 +3285,9 @@ components:
32853285
mediaType: application/json
32863286
openAPIDocKey: '200'
32873287
create_configuration_for_enterprise:
3288+
config:
3289+
requestBodyTranslate:
3290+
algorithm: naive
32883291
operation:
32893292
$ref: >-
32903293
#/paths/~1enterprises~1{enterprise}~1code-security~1configurations/post
@@ -3299,6 +3302,9 @@ components:
32993302
mediaType: application/json
33003303
openAPIDocKey: '200'
33013304
update_enterprise_configuration:
3305+
config:
3306+
requestBodyTranslate:
3307+
algorithm: naive
33023308
operation:
33033309
$ref: >-
33043310
#/paths/~1enterprises~1{enterprise}~1code-security~1configurations~1{configuration_id}/patch
@@ -3313,13 +3319,19 @@ components:
33133319
mediaType: application/json
33143320
openAPIDocKey: '204'
33153321
attach_enterprise_configuration:
3322+
config:
3323+
requestBodyTranslate:
3324+
algorithm: naive
33163325
operation:
33173326
$ref: >-
33183327
#/paths/~1enterprises~1{enterprise}~1code-security~1configurations~1{configuration_id}~1attach/post
33193328
response:
33203329
mediaType: application/json
33213330
openAPIDocKey: '202'
33223331
set_configuration_as_default_for_enterprise:
3332+
config:
3333+
requestBodyTranslate:
3334+
algorithm: naive
33233335
operation:
33243336
$ref: >-
33253337
#/paths/~1enterprises~1{enterprise}~1code-security~1configurations~1{configuration_id}~1defaults/put
@@ -3333,6 +3345,9 @@ components:
33333345
mediaType: application/json
33343346
openAPIDocKey: '200'
33353347
create_configuration:
3348+
config:
3349+
requestBodyTranslate:
3350+
algorithm: naive
33363351
operation:
33373352
$ref: '#/paths/~1orgs~1{org}~1code-security~1configurations/post'
33383353
response:
@@ -3353,6 +3368,9 @@ components:
33533368
mediaType: application/json
33543369
openAPIDocKey: '200'
33553370
update_configuration:
3371+
config:
3372+
requestBodyTranslate:
3373+
algorithm: naive
33563374
operation:
33573375
$ref: >-
33583376
#/paths/~1orgs~1{org}~1code-security~1configurations~1{configuration_id}/patch
@@ -3367,13 +3385,19 @@ components:
33673385
mediaType: application/json
33683386
openAPIDocKey: '204'
33693387
attach_configuration:
3388+
config:
3389+
requestBodyTranslate:
3390+
algorithm: naive
33703391
operation:
33713392
$ref: >-
33723393
#/paths/~1orgs~1{org}~1code-security~1configurations~1{configuration_id}~1attach/post
33733394
response:
33743395
mediaType: application/json
33753396
openAPIDocKey: '202'
33763397
set_configuration_as_default:
3398+
config:
3399+
requestBodyTranslate:
3400+
algorithm: naive
33773401
operation:
33783402
$ref: >-
33793403
#/paths/~1orgs~1{org}~1code-security~1configurations~1{configuration_id}~1defaults/put

0 commit comments

Comments
 (0)