Skip to content

Commit 58d91e5

Browse files
authored
Merge pull request #1509 from github/openapi-update-7819c4da00d2c034589bc5672df93066c6ff0e0e070d6e69eca80f5fd68ef96b
Update OpenAPI 3.0 Descriptions
2 parents 77b3ef4 + fa183dc commit 58d91e5

28 files changed

+28
-28
lines changed

descriptions/api.github.com/api.github.com.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22539,7 +22539,7 @@
2253922539
},
2254022540
"/repos/{owner}/{repo}/actions/workflows/{workflow_id}/runs": {
2254122541
"get": {
22542-
"summary": "List workflow runs",
22542+
"summary": "List workflow runs for a workflow",
2254322543
"description": "List all workflow runs for a workflow. You can replace `workflow_id` with the workflow file name. For example, you could use `main.yaml`. You can use parameters to narrow the list of results. For more information about using parameters, see [Parameters](https://docs.github.com/rest/overview/resources-in-the-rest-api#parameters).\n\nAnyone with read access to the repository can use this endpoint. If the repository is private you must use an access token with the `repo` scope.",
2254422544
"tags": [
2254522545
"actions"

descriptions/api.github.com/api.github.com.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16114,7 +16114,7 @@ paths:
1611416114
subcategory: workflows
1611516115
"/repos/{owner}/{repo}/actions/workflows/{workflow_id}/runs":
1611616116
get:
16117-
summary: List workflow runs
16117+
summary: List workflow runs for a workflow
1611816118
description: |-
1611916119
List all workflow runs for a workflow. You can replace `workflow_id` with the workflow file name. For example, you could use `main.yaml`. You can use parameters to narrow the list of results. For more information about using parameters, see [Parameters](https://docs.github.com/rest/overview/resources-in-the-rest-api#parameters).
1612016120

descriptions/api.github.com/dereferenced/api.github.com.deref.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163259,7 +163259,7 @@
163259163259
},
163260163260
"/repos/{owner}/{repo}/actions/workflows/{workflow_id}/runs": {
163261163261
"get": {
163262-
"summary": "List workflow runs",
163262+
"summary": "List workflow runs for a workflow",
163263163263
"description": "List all workflow runs for a workflow. You can replace `workflow_id` with the workflow file name. For example, you could use `main.yaml`. You can use parameters to narrow the list of results. For more information about using parameters, see [Parameters](https://docs.github.com/rest/overview/resources-in-the-rest-api#parameters).\n\nAnyone with read access to the repository can use this endpoint. If the repository is private you must use an access token with the `repo` scope.",
163264163264
"tags": [
163265163265
"actions"

descriptions/api.github.com/dereferenced/api.github.com.deref.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35008,7 +35008,7 @@ paths:
3500835008
subcategory: workflows
3500935009
"/repos/{owner}/{repo}/actions/workflows/{workflow_id}/runs":
3501035010
get:
35011-
summary: List workflow runs
35011+
summary: List workflow runs for a workflow
3501235012
description: |-
3501335013
List all workflow runs for a workflow. You can replace `workflow_id` with the workflow file name. For example, you could use `main.yaml`. You can use parameters to narrow the list of results. For more information about using parameters, see [Parameters](https://docs.github.com/rest/overview/resources-in-the-rest-api#parameters).
3501435014

descriptions/ghes-3.2/dereferenced/ghes-3.2.deref.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131619,7 +131619,7 @@
131619131619
},
131620131620
"/repos/{owner}/{repo}/actions/workflows/{workflow_id}/runs": {
131621131621
"get": {
131622-
"summary": "List workflow runs",
131622+
"summary": "List workflow runs for a workflow",
131623131623
"description": "List all workflow runs for a workflow. You can replace `workflow_id` with the workflow file name. For example, you could use `main.yaml`. You can use parameters to narrow the list of results. For more information about using parameters, see [Parameters](https://docs.github.com/[email protected]/rest/overview/resources-in-the-rest-api#parameters).\n\nAnyone with read access to the repository can use this endpoint. If the repository is private you must use an access token with the `repo` scope.",
131624131624
"tags": [
131625131625
"actions"

descriptions/ghes-3.2/dereferenced/ghes-3.2.deref.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29586,7 +29586,7 @@ paths:
2958629586
subcategory: workflows
2958729587
"/repos/{owner}/{repo}/actions/workflows/{workflow_id}/runs":
2958829588
get:
29589-
summary: List workflow runs
29589+
summary: List workflow runs for a workflow
2959029590
description: |-
2959129591
List all workflow runs for a workflow. You can replace `workflow_id` with the workflow file name. For example, you could use `main.yaml`. You can use parameters to narrow the list of results. For more information about using parameters, see [Parameters](https://docs.github.com/[email protected]/rest/overview/resources-in-the-rest-api#parameters).
2959229592

descriptions/ghes-3.2/ghes-3.2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20148,7 +20148,7 @@
2014820148
},
2014920149
"/repos/{owner}/{repo}/actions/workflows/{workflow_id}/runs": {
2015020150
"get": {
20151-
"summary": "List workflow runs",
20151+
"summary": "List workflow runs for a workflow",
2015220152
"description": "List all workflow runs for a workflow. You can replace `workflow_id` with the workflow file name. For example, you could use `main.yaml`. You can use parameters to narrow the list of results. For more information about using parameters, see [Parameters](https://docs.github.com/[email protected]/rest/overview/resources-in-the-rest-api#parameters).\n\nAnyone with read access to the repository can use this endpoint. If the repository is private you must use an access token with the `repo` scope.",
2015320153
"tags": [
2015420154
"actions"

0 commit comments

Comments
 (0)