1
0
mirror of synced 2026-01-02 03:04:13 -05:00

Update OpenAPI Description (#36471)

Co-authored-by: Sarah Edwards <skedwards88@github.com>
This commit is contained in:
docubot
2023-04-18 12:53:27 -07:00
committed by GitHub
parent bd2c4d6558
commit 7921963892
19 changed files with 15142 additions and 29 deletions

View File

@@ -594,6 +594,12 @@
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/actions/runs/{run_id}/cancel"
},
{
"slug": "review-custom-deployment-protection-rules-for-a-workflow-run",
"subcategory": "workflow-runs",
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/actions/runs/{run_id}/deployment_protection_rule"
},
{
"slug": "list-jobs-for-a-workflow-run",
"subcategory": "workflow-jobs",
@@ -1735,6 +1741,36 @@
"subcategory": "branch-policies",
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/environments/{environment_name}/deployment-branch-policies/{branch_policy_id}"
},
{
"slug": "get-all-deployment-protection-rules-for-an-environment",
"subcategory": "protection-rules",
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/environments/{environment_name}/deployment_protection_rules"
},
{
"slug": "create-a-custom-deployment-protection-rule-on-an-environment",
"subcategory": "protection-rules",
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/environments/{environment_name}/deployment_protection_rules"
},
{
"slug": "list-custom-deployment-rule-integrations-available-for-an-environment",
"subcategory": "protection-rules",
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/environments/{environment_name}/deployment_protection_rules/apps"
},
{
"slug": "get-a-custom-deployment-protection-rule",
"subcategory": "protection-rules",
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/environments/{environment_name}/deployment_protection_rules/{protection_rule_id}"
},
{
"slug": "disable-a-custom-protection-rule-for-an-environment",
"subcategory": "protection-rules",
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/environments/{environment_name}/deployment_protection_rules/{protection_rule_id}"
}
],
"emojis": [
@@ -3530,6 +3566,12 @@
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/security-advisories"
},
{
"slug": "privately-report-a-security-vulnerability",
"subcategory": "repository-advisories",
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/security-advisories/reports"
},
{
"slug": "get-a-repository-security-advisory",
"subcategory": "repository-advisories",

View File

@@ -672,6 +672,12 @@
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/actions/runs/{run_id}/cancel"
},
{
"slug": "review-custom-deployment-protection-rules-for-a-workflow-run",
"subcategory": "workflow-runs",
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/actions/runs/{run_id}/deployment_protection_rule"
},
{
"slug": "list-jobs-for-a-workflow-run",
"subcategory": "workflow-jobs",
@@ -1841,6 +1847,36 @@
"subcategory": "branch-policies",
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/environments/{environment_name}/deployment-branch-policies/{branch_policy_id}"
},
{
"slug": "get-all-deployment-protection-rules-for-an-environment",
"subcategory": "protection-rules",
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/environments/{environment_name}/deployment_protection_rules"
},
{
"slug": "create-a-custom-deployment-protection-rule-on-an-environment",
"subcategory": "protection-rules",
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/environments/{environment_name}/deployment_protection_rules"
},
{
"slug": "list-custom-deployment-rule-integrations-available-for-an-environment",
"subcategory": "protection-rules",
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/environments/{environment_name}/deployment_protection_rules/apps"
},
{
"slug": "get-a-custom-deployment-protection-rule",
"subcategory": "protection-rules",
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/environments/{environment_name}/deployment_protection_rules/{protection_rule_id}"
},
{
"slug": "disable-a-custom-protection-rule-for-an-environment",
"subcategory": "protection-rules",
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/environments/{environment_name}/deployment_protection_rules/{protection_rule_id}"
}
],
"emojis": [
@@ -3764,6 +3800,12 @@
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/security-advisories"
},
{
"slug": "privately-report-a-security-vulnerability",
"subcategory": "repository-advisories",
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/security-advisories/reports"
},
{
"slug": "get-a-repository-security-advisory",
"subcategory": "repository-advisories",

View File

@@ -1,3 +1,3 @@
{
"sha": "955d6a6a61c413f2940b977647300f1c609b0ec6"
"sha": "cf133481cb255f2119fe875dcfde3e047d2017b7"
}