|
3720 | 3720 | "/enterprises/{enterprise}/actions/runners/{runner_id}/labels": {
|
3721 | 3721 | "get": {
|
3722 | 3722 | "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.", |
3724 | 3724 | "tags": [
|
3725 | 3725 | "enterprise-admin"
|
3726 | 3726 | ],
|
|
3754 | 3754 | },
|
3755 | 3755 | "post": {
|
3756 | 3756 | "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.", |
3758 | 3758 | "tags": [
|
3759 | 3759 | "enterprise-admin"
|
3760 | 3760 | ],
|
|
3821 | 3821 | },
|
3822 | 3822 | "put": {
|
3823 | 3823 | "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.", |
3825 | 3825 | "tags": [
|
3826 | 3826 | "enterprise-admin"
|
3827 | 3827 | ],
|
|
3888 | 3888 | },
|
3889 | 3889 | "delete": {
|
3890 | 3890 | "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.", |
3892 | 3892 | "tags": [
|
3893 | 3893 | "enterprise-admin"
|
3894 | 3894 | ],
|
|
3927 | 3927 | "/enterprises/{enterprise}/actions/runners/{runner_id}/labels/{name}": {
|
3928 | 3928 | "delete": {
|
3929 | 3929 | "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.", |
3931 | 3931 | "tags": [
|
3932 | 3932 | "enterprise-admin"
|
3933 | 3933 | ],
|
|
8719 | 8719 | "/orgs/{org}/actions/runners/{runner_id}/labels": {
|
8720 | 8720 | "get": {
|
8721 | 8721 | "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.", |
8723 | 8723 | "tags": [
|
8724 | 8724 | "actions"
|
8725 | 8725 | ],
|
|
8753 | 8753 | },
|
8754 | 8754 | "post": {
|
8755 | 8755 | "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.", |
8757 | 8757 | "tags": [
|
8758 | 8758 | "actions"
|
8759 | 8759 | ],
|
|
8820 | 8820 | },
|
8821 | 8821 | "put": {
|
8822 | 8822 | "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.", |
8824 | 8824 | "tags": [
|
8825 | 8825 | "actions"
|
8826 | 8826 | ],
|
|
8887 | 8887 | },
|
8888 | 8888 | "delete": {
|
8889 | 8889 | "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.", |
8891 | 8891 | "tags": [
|
8892 | 8892 | "actions"
|
8893 | 8893 | ],
|
|
8923 | 8923 | "/orgs/{org}/actions/runners/{runner_id}/labels/{name}": {
|
8924 | 8924 | "delete": {
|
8925 | 8925 | "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.", |
8927 | 8927 | "tags": [
|
8928 | 8928 | "actions"
|
8929 | 8929 | ],
|
|
18580 | 18580 | "/repos/{owner}/{repo}/actions/runners/{runner_id}/labels": {
|
18581 | 18581 | "get": {
|
18582 | 18582 | "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.", |
18584 | 18584 | "tags": [
|
18585 | 18585 | "actions"
|
18586 | 18586 | ],
|
|
18617 | 18617 | },
|
18618 | 18618 | "post": {
|
18619 | 18619 | "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.", |
18621 | 18621 | "tags": [
|
18622 | 18622 | "actions"
|
18623 | 18623 | ],
|
|
18687 | 18687 | },
|
18688 | 18688 | "put": {
|
18689 | 18689 | "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.", |
18691 | 18691 | "tags": [
|
18692 | 18692 | "actions"
|
18693 | 18693 | ],
|
|
18757 | 18757 | },
|
18758 | 18758 | "delete": {
|
18759 | 18759 | "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.", |
18761 | 18761 | "tags": [
|
18762 | 18762 | "actions"
|
18763 | 18763 | ],
|
|
18796 | 18796 | "/repos/{owner}/{repo}/actions/runners/{runner_id}/labels/{name}": {
|
18797 | 18797 | "delete": {
|
18798 | 18798 | "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.", |
18800 | 18800 | "tags": [
|
18801 | 18801 | "actions"
|
18802 | 18802 | ],
|
|
0 commit comments