Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
156 changes: 156 additions & 0 deletions providers/src/github/v00.00.00000/services/actions.yaml

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions providers/src/github/v00.00.00000/services/activity.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7283,6 +7283,9 @@ components:
mediaType: application/json
openAPIDocKey: '200'
mark_notifications_as_read:
config:
requestBodyTranslate:
algorithm: naive
operation:
$ref: '#/paths/~1notifications/put'
response:
Expand Down Expand Up @@ -7313,6 +7316,9 @@ components:
mediaType: application/json
openAPIDocKey: '200'
mark_repo_notifications_as_read:
config:
requestBodyTranslate:
algorithm: naive
operation:
$ref: '#/paths/~1repos~1{owner}~1{repo}~1notifications/put'
response:
Expand Down Expand Up @@ -7345,6 +7351,9 @@ components:
mediaType: application/json
openAPIDocKey: '200'
set_thread_subscription:
config:
requestBodyTranslate:
algorithm: naive
operation:
$ref: '#/paths/~1notifications~1threads~1{thread_id}~1subscription/put'
response:
Expand Down Expand Up @@ -7452,6 +7461,9 @@ components:
mediaType: application/json
openAPIDocKey: '200'
set_repo_subscription:
config:
requestBodyTranslate:
algorithm: naive
operation:
$ref: '#/paths/~1repos~1{owner}~1{repo}~1subscription/put'
response:
Expand Down
3 changes: 3 additions & 0 deletions providers/src/github/v00.00.00000/services/agent_tasks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2624,6 +2624,9 @@ components:
mediaType: application/json
openAPIDocKey: '200'
create_task:
config:
requestBodyTranslate:
algorithm: naive
operation:
$ref: '#/paths/~1agents~1repos~1{owner}~1{repo}~1tasks/post'
response:
Expand Down
15 changes: 15 additions & 0 deletions providers/src/github/v00.00.00000/services/apps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7247,6 +7247,9 @@ components:
mediaType: application/json
openAPIDocKey: '204'
create_installation_access_token:
config:
requestBodyTranslate:
algorithm: naive
operation:
$ref: >-
#/paths/~1app~1installations~1{installation_id}~1access_tokens/post
Expand All @@ -7266,6 +7269,9 @@ components:
mediaType: application/json
openAPIDocKey: '204'
scope_token:
config:
requestBodyTranslate:
algorithm: naive
operation:
$ref: '#/paths/~1applications~1{client_id}~1token~1scoped/post'
response:
Expand Down Expand Up @@ -7318,6 +7324,9 @@ components:
mediaType: application/json
openAPIDocKey: '200'
update_webhook_config_for_app:
config:
requestBodyTranslate:
algorithm: naive
operation:
$ref: '#/paths/~1app~1hook~1config/patch'
response:
Expand Down Expand Up @@ -7421,12 +7430,18 @@ components:
title: Oauth Applications
methods:
check_token:
config:
requestBodyTranslate:
algorithm: naive
operation:
$ref: '#/paths/~1applications~1{client_id}~1token/post'
response:
mediaType: application/json
openAPIDocKey: '200'
reset_token:
config:
requestBodyTranslate:
algorithm: naive
operation:
$ref: '#/paths/~1applications~1{client_id}~1token/patch'
response:
Expand Down
3 changes: 3 additions & 0 deletions providers/src/github/v00.00.00000/services/billing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1667,6 +1667,9 @@ components:
mediaType: application/json
openAPIDocKey: '200'
update_budget_org:
config:
requestBodyTranslate:
algorithm: naive
operation:
$ref: >-
#/paths/~1organizations~1{org}~1settings~1billing~1budgets~1{budget_id}/patch
Expand Down
6 changes: 6 additions & 0 deletions providers/src/github/v00.00.00000/services/campaigns.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -987,6 +987,9 @@ components:
mediaType: application/json
openAPIDocKey: '200'
create_campaign:
config:
requestBodyTranslate:
algorithm: naive
operation:
$ref: '#/paths/~1orgs~1{org}~1campaigns/post'
response:
Expand All @@ -999,6 +1002,9 @@ components:
mediaType: application/json
openAPIDocKey: '200'
update_campaign:
config:
requestBodyTranslate:
algorithm: naive
operation:
$ref: '#/paths/~1orgs~1{org}~1campaigns~1{campaign_number}/patch'
response:
Expand Down
12 changes: 12 additions & 0 deletions providers/src/github/v00.00.00000/services/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3968,6 +3968,9 @@ components:
title: Runs
methods:
create:
config:
requestBodyTranslate:
algorithm: naive
operation:
$ref: '#/paths/~1repos~1{owner}~1{repo}~1check-runs/post'
response:
Expand All @@ -3980,6 +3983,9 @@ components:
mediaType: application/json
openAPIDocKey: '200'
update:
config:
requestBodyTranslate:
algorithm: naive
operation:
$ref: '#/paths/~1repos~1{owner}~1{repo}~1check-runs~1{check_run_id}/patch'
response:
Expand Down Expand Up @@ -4042,12 +4048,18 @@ components:
title: Suites
methods:
create_suite:
config:
requestBodyTranslate:
algorithm: naive
operation:
$ref: '#/paths/~1repos~1{owner}~1{repo}~1check-suites/post'
response:
mediaType: application/json
openAPIDocKey: '200'
set_suites_preferences:
config:
requestBodyTranslate:
algorithm: naive
operation:
$ref: '#/paths/~1repos~1{owner}~1{repo}~1check-suites~1preferences/patch'
response:
Expand Down
15 changes: 15 additions & 0 deletions providers/src/github/v00.00.00000/services/code_scanning.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4603,6 +4603,9 @@ components:
mediaType: application/json
openAPIDocKey: '200'
update_alert:
config:
requestBodyTranslate:
algorithm: naive
operation:
$ref: >-
#/paths/~1repos~1{owner}~1{repo}~1code-scanning~1alerts~1{alert_number}/patch
Expand Down Expand Up @@ -4637,6 +4640,9 @@ components:
mediaType: application/json
openAPIDocKey: '200'
commit_autofix:
config:
requestBodyTranslate:
algorithm: naive
operation:
$ref: >-
#/paths/~1repos~1{owner}~1{repo}~1code-scanning~1alerts~1{alert_number}~1autofix~1commits/post
Expand Down Expand Up @@ -4752,6 +4758,9 @@ components:
title: Codeql Variant Analyses
methods:
create_variant_analysis:
config:
requestBodyTranslate:
algorithm: naive
operation:
$ref: >-
#/paths/~1repos~1{owner}~1{repo}~1code-scanning~1codeql~1variant-analyses/post
Expand Down Expand Up @@ -4807,6 +4816,9 @@ components:
mediaType: application/json
openAPIDocKey: '200'
update_default_setup:
config:
requestBodyTranslate:
algorithm: naive
operation:
$ref: >-
#/paths/~1repos~1{owner}~1{repo}~1code-scanning~1default-setup/patch
Expand All @@ -4829,6 +4841,9 @@ components:
title: Sarifs
methods:
upload_sarif:
config:
requestBodyTranslate:
algorithm: naive
operation:
$ref: '#/paths/~1repos~1{owner}~1{repo}~1code-scanning~1sarifs/post'
response:
Expand Down
24 changes: 24 additions & 0 deletions providers/src/github/v00.00.00000/services/code_security.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3285,6 +3285,9 @@ components:
mediaType: application/json
openAPIDocKey: '200'
create_configuration_for_enterprise:
config:
requestBodyTranslate:
algorithm: naive
operation:
$ref: >-
#/paths/~1enterprises~1{enterprise}~1code-security~1configurations/post
Expand All @@ -3299,6 +3302,9 @@ components:
mediaType: application/json
openAPIDocKey: '200'
update_enterprise_configuration:
config:
requestBodyTranslate:
algorithm: naive
operation:
$ref: >-
#/paths/~1enterprises~1{enterprise}~1code-security~1configurations~1{configuration_id}/patch
Expand All @@ -3313,13 +3319,19 @@ components:
mediaType: application/json
openAPIDocKey: '204'
attach_enterprise_configuration:
config:
requestBodyTranslate:
algorithm: naive
operation:
$ref: >-
#/paths/~1enterprises~1{enterprise}~1code-security~1configurations~1{configuration_id}~1attach/post
response:
mediaType: application/json
openAPIDocKey: '202'
set_configuration_as_default_for_enterprise:
config:
requestBodyTranslate:
algorithm: naive
operation:
$ref: >-
#/paths/~1enterprises~1{enterprise}~1code-security~1configurations~1{configuration_id}~1defaults/put
Expand All @@ -3333,6 +3345,9 @@ components:
mediaType: application/json
openAPIDocKey: '200'
create_configuration:
config:
requestBodyTranslate:
algorithm: naive
operation:
$ref: '#/paths/~1orgs~1{org}~1code-security~1configurations/post'
response:
Expand All @@ -3353,6 +3368,9 @@ components:
mediaType: application/json
openAPIDocKey: '200'
update_configuration:
config:
requestBodyTranslate:
algorithm: naive
operation:
$ref: >-
#/paths/~1orgs~1{org}~1code-security~1configurations~1{configuration_id}/patch
Expand All @@ -3367,13 +3385,19 @@ components:
mediaType: application/json
openAPIDocKey: '204'
attach_configuration:
config:
requestBodyTranslate:
algorithm: naive
operation:
$ref: >-
#/paths/~1orgs~1{org}~1code-security~1configurations~1{configuration_id}~1attach/post
response:
mediaType: application/json
openAPIDocKey: '202'
set_configuration_as_default:
config:
requestBodyTranslate:
algorithm: naive
operation:
$ref: >-
#/paths/~1orgs~1{org}~1code-security~1configurations~1{configuration_id}~1defaults/put
Expand Down
Loading
Loading