|
650 | 650 | "requestPath": "/repos/{owner}/{repo}/actions/workflows/{workflow_id}/enable"
|
651 | 651 | },
|
652 | 652 | {
|
653 |
| - "slug": "list-workflow-runs", |
| 653 | + "slug": "list-workflow-runs-for-a-workflow", |
654 | 654 | "subcategory": "workflow-runs",
|
655 | 655 | "verb": "get",
|
656 | 656 | "requestPath": "/repos/{owner}/{repo}/actions/workflows/{workflow_id}/runs"
|
|
2268 | 2268 | "verb": "delete",
|
2269 | 2269 | "requestPath": "/orgs/{org}/credential-authorizations/{credential_id}"
|
2270 | 2270 | },
|
| 2271 | + { |
| 2272 | + "slug": "create-a-custom-role", |
| 2273 | + "subcategory": "custom-roles", |
| 2274 | + "verb": "post", |
| 2275 | + "requestPath": "/orgs/{org}/custom_roles" |
| 2276 | + }, |
| 2277 | + { |
| 2278 | + "slug": "update-a-custom-role", |
| 2279 | + "subcategory": "custom-roles", |
| 2280 | + "verb": "patch", |
| 2281 | + "requestPath": "/orgs/{org}/custom_roles/{role_id}" |
| 2282 | + }, |
| 2283 | + { |
| 2284 | + "slug": "delete-a-custom-role", |
| 2285 | + "subcategory": "custom-roles", |
| 2286 | + "verb": "delete", |
| 2287 | + "requestPath": "/orgs/{org}/custom_roles/{role_id}" |
| 2288 | + }, |
2271 | 2289 | {
|
2272 | 2290 | "slug": "list-failed-organization-invitations",
|
2273 | 2291 | "subcategory": "members",
|
2274 | 2292 | "verb": "get",
|
2275 | 2293 | "requestPath": "/orgs/{org}/failed_invitations"
|
2276 | 2294 | },
|
| 2295 | + { |
| 2296 | + "slug": "list-fine-grained-permissions-for-an-organization", |
| 2297 | + "subcategory": "custom-roles", |
| 2298 | + "verb": "get", |
| 2299 | + "requestPath": "/orgs/{org}/fine_grained_permissions" |
| 2300 | + }, |
2277 | 2301 | {
|
2278 | 2302 | "slug": "list-organization-webhooks",
|
2279 | 2303 | "subcategory": "webhooks",
|
|
4322 | 4346 | "requestPath": "/repos/{owner}/{repo}/actions/workflows/{workflow_id}/enable"
|
4323 | 4347 | },
|
4324 | 4348 | {
|
4325 |
| - "slug": "list-workflow-runs", |
| 4349 | + "slug": "list-workflow-runs-for-a-workflow", |
4326 | 4350 | "subcategory": "workflow-runs",
|
4327 | 4351 | "verb": "get",
|
4328 | 4352 | "requestPath": "/repos/{owner}/{repo}/actions/workflows/{workflow_id}/runs"
|
|
7416 | 7440 | "requestPath": "/repos/{owner}/{repo}/actions/workflows/{workflow_id}/enable"
|
7417 | 7441 | },
|
7418 | 7442 | {
|
7419 |
| - "slug": "list-workflow-runs", |
| 7443 | + "slug": "list-workflow-runs-for-a-workflow", |
7420 | 7444 | "subcategory": "workflow-runs",
|
7421 | 7445 | "verb": "get",
|
7422 | 7446 | "requestPath": "/repos/{owner}/{repo}/actions/workflows/{workflow_id}/runs"
|
|
10630 | 10654 | "requestPath": "/repos/{owner}/{repo}/actions/workflows/{workflow_id}/enable"
|
10631 | 10655 | },
|
10632 | 10656 | {
|
10633 |
| - "slug": "list-workflow-runs", |
| 10657 | + "slug": "list-workflow-runs-for-a-workflow", |
10634 | 10658 | "subcategory": "workflow-runs",
|
10635 | 10659 | "verb": "get",
|
10636 | 10660 | "requestPath": "/repos/{owner}/{repo}/actions/workflows/{workflow_id}/runs"
|
|
14047 | 14071 | "requestPath": "/repos/{owner}/{repo}/actions/workflows/{workflow_id}/enable"
|
14048 | 14072 | },
|
14049 | 14073 | {
|
14050 |
| - "slug": "list-workflow-runs", |
| 14074 | + "slug": "list-workflow-runs-for-a-workflow", |
14051 | 14075 | "subcategory": "workflow-runs",
|
14052 | 14076 | "verb": "get",
|
14053 | 14077 | "requestPath": "/repos/{owner}/{repo}/actions/workflows/{workflow_id}/runs"
|
|
17512 | 17536 | "requestPath": "/repos/{owner}/{repo}/actions/workflows/{workflow_id}/enable"
|
17513 | 17537 | },
|
17514 | 17538 | {
|
17515 |
| - "slug": "list-workflow-runs", |
| 17539 | + "slug": "list-workflow-runs-for-a-workflow", |
17516 | 17540 | "subcategory": "workflow-runs",
|
17517 | 17541 | "verb": "get",
|
17518 | 17542 | "requestPath": "/repos/{owner}/{repo}/actions/workflows/{workflow_id}/runs"
|
|
20756 | 20780 | "requestPath": "/repos/{owner}/{repo}/actions/workflows/{workflow_id}/enable"
|
20757 | 20781 | },
|
20758 | 20782 | {
|
20759 |
| - "slug": "list-workflow-runs", |
| 20783 | + "slug": "list-workflow-runs-for-a-workflow", |
20760 | 20784 | "subcategory": "workflow-runs",
|
20761 | 20785 | "verb": "get",
|
20762 | 20786 | "requestPath": "/repos/{owner}/{repo}/actions/workflows/{workflow_id}/runs"
|
|
0 commit comments