|
1 | 1 | {
|
2 | 2 | "actions": [
|
| 3 | + { |
| 4 | + "slug": "create-configuration-for-a-just-in-time-runner-for-an-enterprise", |
| 5 | + "subcategory": "self-hosted-runners", |
| 6 | + "verb": "post", |
| 7 | + "requestPath": "/enterprises/{enterprise}/actions/runners/generate-jitconfig" |
| 8 | + }, |
3 | 9 | {
|
4 | 10 | "slug": "get-github-actions-cache-usage-for-an-organization",
|
5 | 11 | "subcategory": "cache",
|
|
228 | 234 | "verb": "get",
|
229 | 235 | "requestPath": "/orgs/{org}/actions/runners/downloads"
|
230 | 236 | },
|
| 237 | + { |
| 238 | + "slug": "create-configuration-for-a-just-in-time-runner-for-an-organization", |
| 239 | + "subcategory": "self-hosted-runners", |
| 240 | + "verb": "post", |
| 241 | + "requestPath": "/orgs/{org}/actions/runners/generate-jitconfig" |
| 242 | + }, |
231 | 243 | {
|
232 | 244 | "slug": "create-a-registration-token-for-an-organization",
|
233 | 245 | "subcategory": "self-hosted-runners",
|
|
558 | 570 | "verb": "get",
|
559 | 571 | "requestPath": "/repos/{owner}/{repo}/actions/runners/downloads"
|
560 | 572 | },
|
| 573 | + { |
| 574 | + "slug": "create-configuration-for-a-just-in-time-runner-for-a-repository", |
| 575 | + "subcategory": "self-hosted-runners", |
| 576 | + "verb": "post", |
| 577 | + "requestPath": "/repos/{owner}/{repo}/actions/runners/generate-jitconfig" |
| 578 | + }, |
561 | 579 | {
|
562 | 580 | "slug": "create-a-registration-token-for-a-repository",
|
563 | 581 | "subcategory": "self-hosted-runners",
|
|
2830 | 2848 | "verb": "post",
|
2831 | 2849 | "requestPath": "/orgs/{org}/{security_product}/{enablement}"
|
2832 | 2850 | },
|
| 2851 | + { |
| 2852 | + "slug": "list-organization-memberships-for-the-authenticated-user", |
| 2853 | + "subcategory": "members", |
| 2854 | + "verb": "get", |
| 2855 | + "requestPath": "/user/memberships/orgs" |
| 2856 | + }, |
| 2857 | + { |
| 2858 | + "slug": "get-an-organization-membership-for-the-authenticated-user", |
| 2859 | + "subcategory": "members", |
| 2860 | + "verb": "get", |
| 2861 | + "requestPath": "/user/memberships/orgs/{org}" |
| 2862 | + }, |
| 2863 | + { |
| 2864 | + "slug": "update-an-organization-membership-for-the-authenticated-user", |
| 2865 | + "subcategory": "members", |
| 2866 | + "verb": "patch", |
| 2867 | + "requestPath": "/user/memberships/orgs/{org}" |
| 2868 | + }, |
2833 | 2869 | {
|
2834 | 2870 | "slug": "list-organizations-for-a-user",
|
2835 | 2871 | "subcategory": "orgs",
|
|
0 commit comments