Skip to content

Commit 6e1781d

Browse files
Update OpenAPI 3.0 Descriptions
1 parent 48bb2c9 commit 6e1781d

File tree

14 files changed

+28236
-96039
lines changed

14 files changed

+28236
-96039
lines changed

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

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3720,7 +3720,7 @@
37203720
"/enterprises/{enterprise}/actions/runners/{runner_id}/labels": {
37213721
"get": {
37223722
"summary": "List labels for a self-hosted runner for an enterprise",
3723-
"description": "**Note:** The Actions Runner Labels API endpoints are currently in beta and are subject to change.\n\nLists all labels for a self-hosted runner configured in an enterprise.\n\nYou must authenticate using an access token with the `manage_runners:enterprise` scope to use this endpoint.",
3723+
"description": "Lists all labels for a self-hosted runner configured in an enterprise.\n\nYou must authenticate using an access token with the `manage_runners:enterprise` scope to use this endpoint.",
37243724
"tags": [
37253725
"enterprise-admin"
37263726
],
@@ -3754,7 +3754,7 @@
37543754
},
37553755
"post": {
37563756
"summary": "Add custom labels to a self-hosted runner for an enterprise",
3757-
"description": "**Note:** The Actions Runner Labels API endpoints are currently in beta and are subject to change.\n\nAdd custom labels to a self-hosted runner configured in an enterprise.\n\nYou must authenticate using an access token with the `manage_runners:enterprise` scope to use this endpoint.",
3757+
"description": "Add custom labels to a self-hosted runner configured in an enterprise.\n\nYou must authenticate using an access token with the `manage_runners:enterprise` scope to use this endpoint.",
37583758
"tags": [
37593759
"enterprise-admin"
37603760
],
@@ -3821,7 +3821,7 @@
38213821
},
38223822
"put": {
38233823
"summary": "Set custom labels for a self-hosted runner for an enterprise",
3824-
"description": "**Note:** The Actions Runner Labels API endpoints are currently in beta and are subject to change.\n\nRemove all previous custom labels and set the new custom labels for a specific\nself-hosted runner configured in an enterprise.\n\nYou must authenticate using an access token with the `manage_runners:enterprise` scope to use this endpoint.",
3824+
"description": "Remove all previous custom labels and set the new custom labels for a specific\nself-hosted runner configured in an enterprise.\n\nYou must authenticate using an access token with the `manage_runners:enterprise` scope to use this endpoint.",
38253825
"tags": [
38263826
"enterprise-admin"
38273827
],
@@ -3888,7 +3888,7 @@
38883888
},
38893889
"delete": {
38903890
"summary": "Remove all custom labels from a self-hosted runner for an enterprise",
3891-
"description": "**Note:** The Actions Runner Labels API endpoints are currently in beta and are subject to change.\n\nRemove all custom labels from a self-hosted runner configured in an\nenterprise. Returns the remaining read-only labels from the runner.\n\nYou must authenticate using an access token with the `manage_runners:enterprise` scope to use this endpoint.",
3891+
"description": "Remove all custom labels from a self-hosted runner configured in an\nenterprise. Returns the remaining read-only labels from the runner.\n\nYou must authenticate using an access token with the `manage_runners:enterprise` scope to use this endpoint.",
38923892
"tags": [
38933893
"enterprise-admin"
38943894
],
@@ -3927,7 +3927,7 @@
39273927
"/enterprises/{enterprise}/actions/runners/{runner_id}/labels/{name}": {
39283928
"delete": {
39293929
"summary": "Remove a custom label from a self-hosted runner for an enterprise",
3930-
"description": "**Note:** The Actions Runner Labels API endpoints are currently in beta and are subject to change.\n\nRemove a custom label from a self-hosted runner configured\nin an enterprise. Returns the remaining labels from the runner.\n\nThis endpoint returns a `404 Not Found` status if the custom label is not\npresent on the runner.\n\nYou must authenticate using an access token with the `manage_runners:enterprise` scope to use this endpoint.",
3930+
"description": "Remove a custom label from a self-hosted runner configured\nin an enterprise. Returns the remaining labels from the runner.\n\nThis endpoint returns a `404 Not Found` status if the custom label is not\npresent on the runner.\n\nYou must authenticate using an access token with the `manage_runners:enterprise` scope to use this endpoint.",
39313931
"tags": [
39323932
"enterprise-admin"
39333933
],
@@ -8719,7 +8719,7 @@
87198719
"/orgs/{org}/actions/runners/{runner_id}/labels": {
87208720
"get": {
87218721
"summary": "List labels for a self-hosted runner for an organization",
8722-
"description": "**Note:** The Actions Runner Labels API endpoints are currently in beta and are subject to change.\n\nLists all labels for a self-hosted runner configured in an organization.\n\nYou must authenticate using an access token with the `admin:org` scope to use this endpoint.",
8722+
"description": "Lists all labels for a self-hosted runner configured in an organization.\n\nYou must authenticate using an access token with the `admin:org` scope to use this endpoint.",
87238723
"tags": [
87248724
"actions"
87258725
],
@@ -8753,7 +8753,7 @@
87538753
},
87548754
"post": {
87558755
"summary": "Add custom labels to a self-hosted runner for an organization",
8756-
"description": "**Note:** The Actions Runner Labels API endpoints are currently in beta and are subject to change.\n\nAdd custom labels to a self-hosted runner configured in an organization.\n\nYou must authenticate using an access token with the `admin:org` scope to use this endpoint.",
8756+
"description": "Add custom labels to a self-hosted runner configured in an organization.\n\nYou must authenticate using an access token with the `admin:org` scope to use this endpoint.",
87578757
"tags": [
87588758
"actions"
87598759
],
@@ -8820,7 +8820,7 @@
88208820
},
88218821
"put": {
88228822
"summary": "Set custom labels for a self-hosted runner for an organization",
8823-
"description": "**Note:** The Actions Runner Labels API endpoints are currently in beta and are subject to change.\n\nRemove all previous custom labels and set the new custom labels for a specific\nself-hosted runner configured in an organization.\n\nYou must authenticate using an access token with the `admin:org` scope to use this endpoint.",
8823+
"description": "Remove all previous custom labels and set the new custom labels for a specific\nself-hosted runner configured in an organization.\n\nYou must authenticate using an access token with the `admin:org` scope to use this endpoint.",
88248824
"tags": [
88258825
"actions"
88268826
],
@@ -8887,7 +8887,7 @@
88878887
},
88888888
"delete": {
88898889
"summary": "Remove all custom labels from a self-hosted runner for an organization",
8890-
"description": "**Note:** The Actions Runner Labels API endpoints are currently in beta and are subject to change.\n\nRemove all custom labels from a self-hosted runner configured in an\norganization. Returns the remaining read-only labels from the runner.\n\nYou must authenticate using an access token with the `admin:org` scope to use this endpoint.",
8890+
"description": "Remove all custom labels from a self-hosted runner configured in an\norganization. Returns the remaining read-only labels from the runner.\n\nYou must authenticate using an access token with the `admin:org` scope to use this endpoint.",
88918891
"tags": [
88928892
"actions"
88938893
],
@@ -8923,7 +8923,7 @@
89238923
"/orgs/{org}/actions/runners/{runner_id}/labels/{name}": {
89248924
"delete": {
89258925
"summary": "Remove a custom label from a self-hosted runner for an organization",
8926-
"description": "**Note:** The Actions Runner Labels API endpoints are currently in beta and are subject to change.\n\nRemove a custom label from a self-hosted runner configured\nin an organization. Returns the remaining labels from the runner.\n\nThis endpoint returns a `404 Not Found` status if the custom label is not\npresent on the runner.\n\nYou must authenticate using an access token with the `admin:org` scope to use this endpoint.",
8926+
"description": "Remove a custom label from a self-hosted runner configured\nin an organization. Returns the remaining labels from the runner.\n\nThis endpoint returns a `404 Not Found` status if the custom label is not\npresent on the runner.\n\nYou must authenticate using an access token with the `admin:org` scope to use this endpoint.",
89278927
"tags": [
89288928
"actions"
89298929
],
@@ -18580,7 +18580,7 @@
1858018580
"/repos/{owner}/{repo}/actions/runners/{runner_id}/labels": {
1858118581
"get": {
1858218582
"summary": "List labels for a self-hosted runner for a repository",
18583-
"description": "**Note:** The Actions Runner Labels API endpoints are currently in beta and are subject to change.\n\nLists all labels for a self-hosted runner configured in a repository.\n\nYou must authenticate using an access token with the `repo` scope to use this\nendpoint.",
18583+
"description": "Lists all labels for a self-hosted runner configured in a repository.\n\nYou must authenticate using an access token with the `repo` scope to use this\nendpoint.",
1858418584
"tags": [
1858518585
"actions"
1858618586
],
@@ -18617,7 +18617,7 @@
1861718617
},
1861818618
"post": {
1861918619
"summary": "Add custom labels to a self-hosted runner for a repository",
18620-
"description": "**Note:** The Actions Runner Labels API endpoints are currently in beta and are subject to change.\n\nAdd custom labels to a self-hosted runner configured in a repository.\n\nYou must authenticate using an access token with the `repo` scope to use this\nendpoint.",
18620+
"description": "Add custom labels to a self-hosted runner configured in a repository.\n\nYou must authenticate using an access token with the `repo` scope to use this\nendpoint.",
1862118621
"tags": [
1862218622
"actions"
1862318623
],
@@ -18687,7 +18687,7 @@
1868718687
},
1868818688
"put": {
1868918689
"summary": "Set custom labels for a self-hosted runner for a repository",
18690-
"description": "**Note:** The Actions Runner Labels API endpoints are currently in beta and are subject to change.\n\nRemove all previous custom labels and set the new custom labels for a specific\nself-hosted runner configured in a repository.\n\nYou must authenticate using an access token with the `repo` scope to use this\nendpoint.",
18690+
"description": "Remove all previous custom labels and set the new custom labels for a specific\nself-hosted runner configured in a repository.\n\nYou must authenticate using an access token with the `repo` scope to use this\nendpoint.",
1869118691
"tags": [
1869218692
"actions"
1869318693
],
@@ -18757,7 +18757,7 @@
1875718757
},
1875818758
"delete": {
1875918759
"summary": "Remove all custom labels from a self-hosted runner for a repository",
18760-
"description": "**Note:** The Actions Runner Labels API endpoints are currently in beta and are subject to change.\n\nRemove all custom labels from a self-hosted runner configured in a\nrepository. Returns the remaining read-only labels from the runner.\n\nYou must authenticate using an access token with the `repo` scope to use this\nendpoint.",
18760+
"description": "Remove all custom labels from a self-hosted runner configured in a\nrepository. Returns the remaining read-only labels from the runner.\n\nYou must authenticate using an access token with the `repo` scope to use this\nendpoint.",
1876118761
"tags": [
1876218762
"actions"
1876318763
],
@@ -18796,7 +18796,7 @@
1879618796
"/repos/{owner}/{repo}/actions/runners/{runner_id}/labels/{name}": {
1879718797
"delete": {
1879818798
"summary": "Remove a custom label from a self-hosted runner for a repository",
18799-
"description": "**Note:** The Actions Runner Labels API endpoints are currently in beta and are subject to change.\n\nRemove a custom label from a self-hosted runner configured\nin a repository. Returns the remaining labels from the runner.\n\nThis endpoint returns a `404 Not Found` status if the custom label is not\npresent on the runner.\n\nYou must authenticate using an access token with the `repo` scope to use this\nendpoint.",
18799+
"description": "Remove a custom label from a self-hosted runner configured\nin a repository. Returns the remaining labels from the runner.\n\nThis endpoint returns a `404 Not Found` status if the custom label is not\npresent on the runner.\n\nYou must authenticate using an access token with the `repo` scope to use this\nendpoint.",
1880018800
"tags": [
1880118801
"actions"
1880218802
],

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

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -2689,8 +2689,6 @@ paths:
26892689
get:
26902690
summary: List labels for a self-hosted runner for an enterprise
26912691
description: |-
2692-
**Note:** The Actions Runner Labels API endpoints are currently in beta and are subject to change.
2693-
26942692
Lists all labels for a self-hosted runner configured in an enterprise.
26952693

26962694
You must authenticate using an access token with the `manage_runners:enterprise` scope to use this endpoint.
@@ -2716,8 +2714,6 @@ paths:
27162714
post:
27172715
summary: Add custom labels to a self-hosted runner for an enterprise
27182716
description: |-
2719-
**Note:** The Actions Runner Labels API endpoints are currently in beta and are subject to change.
2720-
27212717
Add custom labels to a self-hosted runner configured in an enterprise.
27222718

27232719
You must authenticate using an access token with the `manage_runners:enterprise` scope to use this endpoint.
@@ -2765,8 +2761,6 @@ paths:
27652761
put:
27662762
summary: Set custom labels for a self-hosted runner for an enterprise
27672763
description: |-
2768-
**Note:** The Actions Runner Labels API endpoints are currently in beta and are subject to change.
2769-
27702764
Remove all previous custom labels and set the new custom labels for a specific
27712765
self-hosted runner configured in an enterprise.
27722766

@@ -2816,8 +2810,6 @@ paths:
28162810
delete:
28172811
summary: Remove all custom labels from a self-hosted runner for an enterprise
28182812
description: |-
2819-
**Note:** The Actions Runner Labels API endpoints are currently in beta and are subject to change.
2820-
28212813
Remove all custom labels from a self-hosted runner configured in an
28222814
enterprise. Returns the remaining read-only labels from the runner.
28232815

@@ -2847,8 +2839,6 @@ paths:
28472839
delete:
28482840
summary: Remove a custom label from a self-hosted runner for an enterprise
28492841
description: |-
2850-
**Note:** The Actions Runner Labels API endpoints are currently in beta and are subject to change.
2851-
28522842
Remove a custom label from a self-hosted runner configured
28532843
in an enterprise. Returns the remaining labels from the runner.
28542844

@@ -6253,8 +6243,6 @@ paths:
62536243
get:
62546244
summary: List labels for a self-hosted runner for an organization
62556245
description: |-
6256-
**Note:** The Actions Runner Labels API endpoints are currently in beta and are subject to change.
6257-
62586246
Lists all labels for a self-hosted runner configured in an organization.
62596247

62606248
You must authenticate using an access token with the `admin:org` scope to use this endpoint.
@@ -6280,8 +6268,6 @@ paths:
62806268
post:
62816269
summary: Add custom labels to a self-hosted runner for an organization
62826270
description: |-
6283-
**Note:** The Actions Runner Labels API endpoints are currently in beta and are subject to change.
6284-
62856271
Add custom labels to a self-hosted runner configured in an organization.
62866272

62876273
You must authenticate using an access token with the `admin:org` scope to use this endpoint.
@@ -6329,8 +6315,6 @@ paths:
63296315
put:
63306316
summary: Set custom labels for a self-hosted runner for an organization
63316317
description: |-
6332-
**Note:** The Actions Runner Labels API endpoints are currently in beta and are subject to change.
6333-
63346318
Remove all previous custom labels and set the new custom labels for a specific
63356319
self-hosted runner configured in an organization.
63366320

@@ -6380,8 +6364,6 @@ paths:
63806364
delete:
63816365
summary: Remove all custom labels from a self-hosted runner for an organization
63826366
description: |-
6383-
**Note:** The Actions Runner Labels API endpoints are currently in beta and are subject to change.
6384-
63856367
Remove all custom labels from a self-hosted runner configured in an
63866368
organization. Returns the remaining read-only labels from the runner.
63876369

@@ -6409,8 +6391,6 @@ paths:
64096391
delete:
64106392
summary: Remove a custom label from a self-hosted runner for an organization
64116393
description: |-
6412-
**Note:** The Actions Runner Labels API endpoints are currently in beta and are subject to change.
6413-
64146394
Remove a custom label from a self-hosted runner configured
64156395
in an organization. Returns the remaining labels from the runner.
64166396

@@ -13325,8 +13305,6 @@ paths:
1332513305
get:
1332613306
summary: List labels for a self-hosted runner for a repository
1332713307
description: |-
13328-
**Note:** The Actions Runner Labels API endpoints are currently in beta and are subject to change.
13329-
1333013308
Lists all labels for a self-hosted runner configured in a repository.
1333113309

1333213310
You must authenticate using an access token with the `repo` scope to use this
@@ -13354,8 +13332,6 @@ paths:
1335413332
post:
1335513333
summary: Add custom labels to a self-hosted runner for a repository
1335613334
description: |-
13357-
**Note:** The Actions Runner Labels API endpoints are currently in beta and are subject to change.
13358-
1335913335
Add custom labels to a self-hosted runner configured in a repository.
1336013336

1336113337
You must authenticate using an access token with the `repo` scope to use this
@@ -13405,8 +13381,6 @@ paths:
1340513381
put:
1340613382
summary: Set custom labels for a self-hosted runner for a repository
1340713383
description: |-
13408-
**Note:** The Actions Runner Labels API endpoints are currently in beta and are subject to change.
13409-
1341013384
Remove all previous custom labels and set the new custom labels for a specific
1341113385
self-hosted runner configured in a repository.
1341213386

@@ -13458,8 +13432,6 @@ paths:
1345813432
delete:
1345913433
summary: Remove all custom labels from a self-hosted runner for a repository
1346013434
description: |-
13461-
**Note:** The Actions Runner Labels API endpoints are currently in beta and are subject to change.
13462-
1346313435
Remove all custom labels from a self-hosted runner configured in a
1346413436
repository. Returns the remaining read-only labels from the runner.
1346513437

@@ -13489,8 +13461,6 @@ paths:
1348913461
delete:
1349013462
summary: Remove a custom label from a self-hosted runner for a repository
1349113463
description: |-
13492-
**Note:** The Actions Runner Labels API endpoints are currently in beta and are subject to change.
13493-
1349413464
Remove a custom label from a self-hosted runner configured
1349513465
in a repository. Returns the remaining labels from the runner.
1349613466

0 commit comments

Comments
 (0)