|
7815 | 7815 | "previews": [],
|
7816 | 7816 | "renamed": null
|
7817 | 7817 | },
|
| 7818 | + { |
| 7819 | + "method": "POST", |
| 7820 | + "url": "/orgs/{org}/custom_roles", |
| 7821 | + "documentationUrl": "https://docs.github.com/rest/reference/orgs#create-a-custom-role", |
| 7822 | + "parameters": [ |
| 7823 | + { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, |
| 7824 | + { "alias": null, "deprecated": null, "in": "BODY", "name": "name" }, |
| 7825 | + { |
| 7826 | + "alias": null, |
| 7827 | + "deprecated": null, |
| 7828 | + "in": "BODY", |
| 7829 | + "name": "description" |
| 7830 | + }, |
| 7831 | + { "alias": null, "deprecated": null, "in": "BODY", "name": "base_role" }, |
| 7832 | + { "alias": null, "deprecated": null, "in": "BODY", "name": "permissions" } |
| 7833 | + ], |
| 7834 | + "previews": [], |
| 7835 | + "renamed": null |
| 7836 | + }, |
7818 | 7837 | {
|
7819 | 7838 | "method": "POST",
|
7820 | 7839 | "url": "/orgs/{org}/invitations",
|
|
7874 | 7893 | "previews": [],
|
7875 | 7894 | "renamed": null
|
7876 | 7895 | },
|
| 7896 | + { |
| 7897 | + "method": "DELETE", |
| 7898 | + "url": "/orgs/{org}/custom_roles/{role_id}", |
| 7899 | + "documentationUrl": "https://docs.github.com/rest/reference/orgs#delete-a-custom-role", |
| 7900 | + "parameters": [ |
| 7901 | + { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, |
| 7902 | + { "alias": null, "deprecated": null, "in": "PATH", "name": "role_id" } |
| 7903 | + ], |
| 7904 | + "previews": [], |
| 7905 | + "renamed": null |
| 7906 | + }, |
7877 | 7907 | {
|
7878 | 7908 | "method": "DELETE",
|
7879 | 7909 | "url": "/orgs/{org}/hooks/{hook_id}",
|
|
8043 | 8073 | "previews": [],
|
8044 | 8074 | "renamed": null
|
8045 | 8075 | },
|
| 8076 | + { |
| 8077 | + "method": "GET", |
| 8078 | + "url": "/orgs/{org}/fine_grained_permissions", |
| 8079 | + "documentationUrl": "https://docs.github.com/rest/reference/orgs#list-fine-grained-permissions-for-an-organization", |
| 8080 | + "parameters": [ |
| 8081 | + { "alias": null, "deprecated": null, "in": "PATH", "name": "org" } |
| 8082 | + ], |
| 8083 | + "previews": [], |
| 8084 | + "renamed": null |
| 8085 | + }, |
8046 | 8086 | {
|
8047 | 8087 | "method": "GET",
|
8048 | 8088 | "url": "/user/orgs",
|
|
8470 | 8510 | "previews": [],
|
8471 | 8511 | "renamed": null
|
8472 | 8512 | },
|
| 8513 | + { |
| 8514 | + "method": "PATCH", |
| 8515 | + "url": "/orgs/{org}/custom_roles/{role_id}", |
| 8516 | + "documentationUrl": "https://docs.github.com/rest/reference/orgs#update-a-custom-role", |
| 8517 | + "parameters": [ |
| 8518 | + { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, |
| 8519 | + { "alias": null, "deprecated": null, "in": "PATH", "name": "role_id" }, |
| 8520 | + { "alias": null, "deprecated": null, "in": "BODY", "name": "name" }, |
| 8521 | + { |
| 8522 | + "alias": null, |
| 8523 | + "deprecated": null, |
| 8524 | + "in": "BODY", |
| 8525 | + "name": "description" |
| 8526 | + }, |
| 8527 | + { "alias": null, "deprecated": null, "in": "BODY", "name": "base_role" }, |
| 8528 | + { "alias": null, "deprecated": null, "in": "BODY", "name": "permissions" } |
| 8529 | + ], |
| 8530 | + "previews": [], |
| 8531 | + "renamed": null |
| 8532 | + }, |
8473 | 8533 | {
|
8474 | 8534 | "method": "PATCH",
|
8475 | 8535 | "url": "/user/memberships/orgs/{org}",
|
|
8691 | 8751 | {
|
8692 | 8752 | "method": "GET",
|
8693 | 8753 | "url": "/orgs/{org}/packages/{package_type}/{package_name}/versions",
|
8694 |
| - "documentationUrl": "https://docs.github.com/rest/reference/packages#get-all-package-versions-for-a-package-owned-by-an-organization", |
| 8754 | + "documentationUrl": "https://docs.github.com/rest/packages#get-all-package-versions-for-a-package-owned-by-an-organization", |
8695 | 8755 | "parameters": [
|
8696 | 8756 | {
|
8697 | 8757 | "alias": null,
|
|
8716 | 8776 | {
|
8717 | 8777 | "method": "GET",
|
8718 | 8778 | "url": "/user/packages/{package_type}/{package_name}/versions",
|
8719 |
| - "documentationUrl": "https://docs.github.com/rest/reference/packages#get-all-package-versions-for-a-package-owned-by-the-authenticated-user", |
| 8779 | + "documentationUrl": "https://docs.github.com/rest/packages#get-all-package-versions-for-a-package-owned-by-the-authenticated-user", |
8720 | 8780 | "parameters": [
|
8721 | 8781 | {
|
8722 | 8782 | "alias": null,
|
|
8740 | 8800 | {
|
8741 | 8801 | "method": "GET",
|
8742 | 8802 | "url": "/user/packages/{package_type}/{package_name}/versions",
|
8743 |
| - "documentationUrl": "https://docs.github.com/rest/reference/packages#get-all-package-versions-for-a-package-owned-by-the-authenticated-user", |
| 8803 | + "documentationUrl": "https://docs.github.com/rest/packages#get-all-package-versions-for-a-package-owned-by-the-authenticated-user", |
8744 | 8804 | "parameters": [
|
8745 | 8805 | {
|
8746 | 8806 | "alias": null,
|
|
8764 | 8824 | {
|
8765 | 8825 | "method": "GET",
|
8766 | 8826 | "url": "/orgs/{org}/packages/{package_type}/{package_name}/versions",
|
8767 |
| - "documentationUrl": "https://docs.github.com/rest/reference/packages#get-all-package-versions-for-a-package-owned-by-an-organization", |
| 8827 | + "documentationUrl": "https://docs.github.com/rest/packages#get-all-package-versions-for-a-package-owned-by-an-organization", |
8768 | 8828 | "parameters": [
|
8769 | 8829 | {
|
8770 | 8830 | "alias": null,
|
|
8789 | 8849 | {
|
8790 | 8850 | "method": "GET",
|
8791 | 8851 | "url": "/users/{username}/packages/{package_type}/{package_name}/versions",
|
8792 |
| - "documentationUrl": "https://docs.github.com/rest/reference/packages#get-all-package-versions-for-a-package-owned-by-a-user", |
| 8852 | + "documentationUrl": "https://docs.github.com/rest/packages#get-all-package-versions-for-a-package-owned-by-a-user", |
8793 | 8853 | "parameters": [
|
8794 | 8854 | {
|
8795 | 8855 | "alias": null,
|
|
0 commit comments