Skip to content

Commit d7af57b

Browse files
authored
Merge pull request #1510 from github/openapi-update-a0217b0a00c3bc8a133f81e0f541cb5b69cb9ad8b5a7b4fdd9f27e51894f381a
Update OpenAPI 3.1 Descriptions
2 parents 58d91e5 + d62e921 commit d7af57b

28 files changed

+28
-28
lines changed

descriptions-next/api.github.com/api.github.com.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22665,7 +22665,7 @@
2266522665
},
2266622666
"/repos/{owner}/{repo}/actions/workflows/{workflow_id}/runs": {
2266722667
"get": {
22668-
"summary": "List workflow runs",
22668+
"summary": "List workflow runs for a workflow",
2266922669
"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.",
2267022670
"tags": [
2267122671
"actions"

descriptions-next/api.github.com/api.github.com.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16174,7 +16174,7 @@ paths:
1617416174
subcategory: workflows
1617516175
"/repos/{owner}/{repo}/actions/workflows/{workflow_id}/runs":
1617616176
get:
16177-
summary: List workflow runs
16177+
summary: List workflow runs for a workflow
1617816178
description: |-
1617916179
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).
1618016180

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191726,7 +191726,7 @@
191726191726
},
191727191727
"/repos/{owner}/{repo}/actions/workflows/{workflow_id}/runs": {
191728191728
"get": {
191729-
"summary": "List workflow runs",
191729+
"summary": "List workflow runs for a workflow",
191730191730
"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.",
191731191731
"tags": [
191732191732
"actions"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36086,7 +36086,7 @@ paths:
3608636086
subcategory: workflows
3608736087
"/repos/{owner}/{repo}/actions/workflows/{workflow_id}/runs":
3608836088
get:
36089-
summary: List workflow runs
36089+
summary: List workflow runs for a workflow
3609036090
description: |-
3609136091
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).
3609236092

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154505,7 +154505,7 @@
154505154505
},
154506154506
"/repos/{owner}/{repo}/actions/workflows/{workflow_id}/runs": {
154507154507
"get": {
154508-
"summary": "List workflow runs",
154508+
"summary": "List workflow runs for a workflow",
154509154509
"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/enterprise-server@3.2/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.",
154510154510
"tags": [
154511154511
"actions"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30484,7 +30484,7 @@ paths:
3048430484
subcategory: workflows
3048530485
"/repos/{owner}/{repo}/actions/workflows/{workflow_id}/runs":
3048630486
get:
30487-
summary: List workflow runs
30487+
summary: List workflow runs for a workflow
3048830488
description: |-
3048930489
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/enterprise-server@3.2/rest/overview/resources-in-the-rest-api#parameters).
3049030490

descriptions-next/ghes-3.2/ghes-3.2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20267,7 +20267,7 @@
2026720267
},
2026820268
"/repos/{owner}/{repo}/actions/workflows/{workflow_id}/runs": {
2026920269
"get": {
20270-
"summary": "List workflow runs",
20270+
"summary": "List workflow runs for a workflow",
2027120271
"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/enterprise-server@3.2/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.",
2027220272
"tags": [
2027320273
"actions"

0 commit comments

Comments
 (0)