|
8552 | 8552 | } |
8553 | 8553 | ], |
8554 | 8554 | "summary": "Set self-hosted runners in a group for an enterprise", |
8555 | | - "description": "Replaces the list of self-hosted runners that that are part of an enterprise runner group.\n\nYou must authenticate using an access token with the `admin:enterprise` scope to use this endpoint.", |
| 8555 | + "description": "Replaces the list of self-hosted runners that are part of an enterprise runner group.\n\nYou must authenticate using an access token with the `admin:enterprise` scope to use this endpoint.", |
8556 | 8556 | "operationId": "enterprise-admin/set-self-hosted-runners-in-group-for-enterprise", |
8557 | 8557 | "tags": [ |
8558 | 8558 | "enterprise-admin" |
|
8614 | 8614 | "description": "Default Response" |
8615 | 8615 | } |
8616 | 8616 | ], |
8617 | | - "descriptionHTML": "<p>Replaces the list of self-hosted runners that that are part of an enterprise runner group.</p>\n<p>You must authenticate using an access token with the <code>admin:enterprise</code> scope to use this endpoint.</p>", |
| 8617 | + "descriptionHTML": "<p>Replaces the list of self-hosted runners that are part of an enterprise runner group.</p>\n<p>You must authenticate using an access token with the <code>admin:enterprise</code> scope to use this endpoint.</p>", |
8618 | 8618 | "bodyParameters": [ |
8619 | 8619 | { |
8620 | 8620 | "description": "<p><strong>Required</strong>. List of runner IDs to add to the runner group.</p>", |
@@ -75025,13 +75025,13 @@ |
75025 | 75025 | }, |
75026 | 75026 | { |
75027 | 75027 | "name": "filter", |
75028 | | - "description": "Filters results using the equals query parameter operator (`eq`). You can filter results that are equal to `id`, `userName`, `emails`, and `external_id`. For example, to search for an identity with the `userName` Octocat, you would use this query:\n\n`?filter=userName%20eq%20\\\"Octocat\\\"`.\n\nTo filter results for for the identity with the email `octocat@github.com`, you would use this query:\n\n`?filter=emails%20eq%20\\\"octocat@github.com\\\"`.", |
| 75028 | + "description": "Filters results using the equals query parameter operator (`eq`). You can filter results that are equal to `id`, `userName`, `emails`, and `external_id`. For example, to search for an identity with the `userName` Octocat, you would use this query:\n\n`?filter=userName%20eq%20\\\"Octocat\\\"`.\n\nTo filter results for the identity with the email `octocat@github.com`, you would use this query:\n\n`?filter=emails%20eq%20\\\"octocat@github.com\\\"`.", |
75029 | 75029 | "in": "query", |
75030 | 75030 | "required": false, |
75031 | 75031 | "schema": { |
75032 | 75032 | "type": "string" |
75033 | 75033 | }, |
75034 | | - "descriptionHTML": "<p>Filters results using the equals query parameter operator (<code>eq</code>). You can filter results that are equal to <code>id</code>, <code>userName</code>, <code>emails</code>, and <code>external_id</code>. For example, to search for an identity with the <code>userName</code> Octocat, you would use this query:</p>\n<p><code>?filter=userName%20eq%20\\\"Octocat\\\"</code>.</p>\n<p>To filter results for for the identity with the email <code>octocat@github.com</code>, you would use this query:</p>\n<p><code>?filter=emails%20eq%20\\\"octocat@github.com\\\"</code>.</p>" |
| 75034 | + "descriptionHTML": "<p>Filters results using the equals query parameter operator (<code>eq</code>). You can filter results that are equal to <code>id</code>, <code>userName</code>, <code>emails</code>, and <code>external_id</code>. For example, to search for an identity with the <code>userName</code> Octocat, you would use this query:</p>\n<p><code>?filter=userName%20eq%20\\\"Octocat\\\"</code>.</p>\n<p>To filter results for the identity with the email <code>octocat@github.com</code>, you would use this query:</p>\n<p><code>?filter=emails%20eq%20\\\"octocat@github.com\\\"</code>.</p>" |
75035 | 75035 | } |
75036 | 75036 | ], |
75037 | 75037 | "x-codeSamples": [ |
|
83961 | 83961 | "tags": [ |
83962 | 83962 | "interactions" |
83963 | 83963 | ], |
83964 | | - "operationId": "interactions/get-restrictions-for-your-public-repos", |
| 83964 | + "operationId": "interactions/get-restrictions-for-authenticated-user", |
83965 | 83965 | "externalDocs": { |
83966 | 83966 | "description": "API method documentation", |
83967 | 83967 | "url": "https://docs.github.com/rest/reference/interactions#get-interaction-restrictions-for-your-public-repositories" |
|
84012 | 84012 | "tags": [ |
84013 | 84013 | "interactions" |
84014 | 84014 | ], |
84015 | | - "operationId": "interactions/set-restrictions-for-your-public-repos", |
| 84015 | + "operationId": "interactions/set-restrictions-for-authenticated-user", |
84016 | 84016 | "externalDocs": { |
84017 | 84017 | "description": "API method documentation", |
84018 | 84018 | "url": "https://docs.github.com/rest/reference/interactions#set-interaction-restrictions-for-your-public-repositories" |
|
84149 | 84149 | "tags": [ |
84150 | 84150 | "interactions" |
84151 | 84151 | ], |
84152 | | - "operationId": "interactions/remove-restrictions-for-your-public-repos", |
| 84152 | + "operationId": "interactions/remove-restrictions-for-authenticated-user", |
84153 | 84153 | "externalDocs": { |
84154 | 84154 | "description": "API method documentation", |
84155 | 84155 | "url": "https://docs.github.com/rest/reference/interactions#remove-interaction-restrictions-from-your-public-repositories" |
|
0 commit comments