Skip to content

Commit 253d67b

Browse files
docs-botsubatoi
andauthored
Update OpenAPI Description (#59095)
Co-authored-by: Ben Ahmady <32935794+subatoi@users.noreply.github.com>
1 parent c6cffbd commit 253d67b

File tree

19 files changed

+75
-385
lines changed

19 files changed

+75
-385
lines changed

content/rest/orgs/custom-properties-for-orgs.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
---
22
title: REST API endpoints for an organization's custom property values
33
shortTitle: Custom properties for organizations
4-
intro: 'Use the REST API to manage custom property values for an organization'
4+
intro: Use the REST API to manage custom property values for an organization
55
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
6-
fpt: '*'
76
ghec: '*'
87
topics:
98
- API

src/github-apps/data/fpt-2022-11-28/fine-grained-pat-permissions.json

Lines changed: 9 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1073,30 +1073,6 @@
10731073
}
10741074
]
10751075
},
1076-
"custom_properties_for_organizations": {
1077-
"title": "Custom properties for organizations",
1078-
"displayTitle": "Organization permissions for \"Custom properties for organizations\"",
1079-
"permissions": [
1080-
{
1081-
"category": "orgs",
1082-
"slug": "get-all-custom-property-values-for-an-organization",
1083-
"subcategory": "custom-properties-for-orgs",
1084-
"verb": "get",
1085-
"requestPath": "/organizations/{org}/org-properties/values",
1086-
"additional-permissions": false,
1087-
"access": "read"
1088-
},
1089-
{
1090-
"category": "orgs",
1091-
"slug": "create-or-update-custom-property-values-for-an-organization",
1092-
"subcategory": "custom-properties-for-orgs",
1093-
"verb": "patch",
1094-
"requestPath": "/organizations/{org}/org-properties/values",
1095-
"additional-permissions": false,
1096-
"access": "write"
1097-
}
1098-
]
1099-
},
11001076
"organization_custom_properties": {
11011077
"title": "Custom properties",
11021078
"displayTitle": "Organization permissions for \"Custom properties\"",
@@ -2949,6 +2925,15 @@
29492925
"additional-permissions": false,
29502926
"access": "read"
29512927
},
2928+
{
2929+
"category": "actions",
2930+
"slug": "get-github-actions-cache-storage-limit-for-a-repository",
2931+
"subcategory": "cache",
2932+
"verb": "get",
2933+
"requestPath": "/repos/{owner}/{repo}/actions/cache/storage-limit",
2934+
"additional-permissions": false,
2935+
"access": "read"
2936+
},
29522937
{
29532938
"category": "actions",
29542939
"slug": "get-github-actions-cache-usage-for-a-repository",
@@ -3378,15 +3363,6 @@
33783363
"additional-permissions": false,
33793364
"access": "write"
33803365
},
3381-
{
3382-
"category": "actions",
3383-
"slug": "get-github-actions-cache-storage-limit-for-a-repository",
3384-
"subcategory": "cache",
3385-
"verb": "get",
3386-
"requestPath": "/repos/{owner}/{repo}/actions/cache/storage-limit",
3387-
"additional-permissions": false,
3388-
"access": "read"
3389-
},
33903366
{
33913367
"category": "actions",
33923368
"slug": "set-github-actions-cache-storage-limit-for-a-repository",

src/github-apps/data/fpt-2022-11-28/fine-grained-pat.json

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3070,18 +3070,6 @@
30703070
}
30713071
],
30723072
"orgs": [
3073-
{
3074-
"slug": "get-all-custom-property-values-for-an-organization",
3075-
"subcategory": "custom-properties-for-orgs",
3076-
"verb": "get",
3077-
"requestPath": "/organizations/{org}/org-properties/values"
3078-
},
3079-
{
3080-
"slug": "create-or-update-custom-property-values-for-an-organization",
3081-
"subcategory": "custom-properties-for-orgs",
3082-
"verb": "patch",
3083-
"requestPath": "/organizations/{org}/org-properties/values"
3084-
},
30853073
{
30863074
"slug": "update-an-organization",
30873075
"subcategory": "orgs",

src/github-apps/data/fpt-2022-11-28/server-to-server-permissions.json

Lines changed: 11 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1305,34 +1305,6 @@
13051305
}
13061306
]
13071307
},
1308-
"custom_properties_for_organizations": {
1309-
"title": "Custom properties for organizations",
1310-
"displayTitle": "Organization permissions for \"Custom properties for organizations\"",
1311-
"permissions": [
1312-
{
1313-
"category": "orgs",
1314-
"slug": "get-all-custom-property-values-for-an-organization",
1315-
"subcategory": "custom-properties-for-orgs",
1316-
"verb": "get",
1317-
"requestPath": "/organizations/{org}/org-properties/values",
1318-
"access": "read",
1319-
"user-to-server": true,
1320-
"server-to-server": true,
1321-
"additional-permissions": false
1322-
},
1323-
{
1324-
"category": "orgs",
1325-
"slug": "create-or-update-custom-property-values-for-an-organization",
1326-
"subcategory": "custom-properties-for-orgs",
1327-
"verb": "patch",
1328-
"requestPath": "/organizations/{org}/org-properties/values",
1329-
"access": "write",
1330-
"user-to-server": true,
1331-
"server-to-server": true,
1332-
"additional-permissions": false
1333-
}
1334-
]
1335-
},
13361308
"organization_custom_properties": {
13371309
"title": "Custom properties",
13381310
"displayTitle": "Organization permissions for \"Custom properties\"",
@@ -3673,6 +3645,17 @@
36733645
"server-to-server": true,
36743646
"additional-permissions": false
36753647
},
3648+
{
3649+
"category": "actions",
3650+
"slug": "get-github-actions-cache-storage-limit-for-a-repository",
3651+
"subcategory": "cache",
3652+
"verb": "get",
3653+
"requestPath": "/repos/{owner}/{repo}/actions/cache/storage-limit",
3654+
"access": "read",
3655+
"user-to-server": true,
3656+
"server-to-server": true,
3657+
"additional-permissions": false
3658+
},
36763659
{
36773660
"category": "actions",
36783661
"slug": "get-github-actions-cache-usage-for-a-repository",
@@ -4196,17 +4179,6 @@
41964179
"server-to-server": true,
41974180
"additional-permissions": false
41984181
},
4199-
{
4200-
"category": "actions",
4201-
"slug": "get-github-actions-cache-storage-limit-for-a-repository",
4202-
"subcategory": "cache",
4203-
"verb": "get",
4204-
"requestPath": "/repos/{owner}/{repo}/actions/cache/storage-limit",
4205-
"access": "read",
4206-
"user-to-server": true,
4207-
"server-to-server": true,
4208-
"additional-permissions": false
4209-
},
42104182
{
42114183
"category": "actions",
42124184
"slug": "set-github-actions-cache-storage-limit-for-a-repository",

src/github-apps/data/fpt-2022-11-28/server-to-server-rest.json

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3002,18 +3002,6 @@
30023002
"verb": "get",
30033003
"requestPath": "/organizations"
30043004
},
3005-
{
3006-
"slug": "get-all-custom-property-values-for-an-organization",
3007-
"subcategory": "custom-properties-for-orgs",
3008-
"verb": "get",
3009-
"requestPath": "/organizations/{org}/org-properties/values"
3010-
},
3011-
{
3012-
"slug": "create-or-update-custom-property-values-for-an-organization",
3013-
"subcategory": "custom-properties-for-orgs",
3014-
"verb": "patch",
3015-
"requestPath": "/organizations/{org}/org-properties/values"
3016-
},
30173005
{
30183006
"slug": "get-an-organization",
30193007
"subcategory": "orgs",

src/github-apps/data/fpt-2022-11-28/user-to-server-rest.json

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3476,18 +3476,6 @@
34763476
"verb": "get",
34773477
"requestPath": "/organizations"
34783478
},
3479-
{
3480-
"slug": "get-all-custom-property-values-for-an-organization",
3481-
"subcategory": "custom-properties-for-orgs",
3482-
"verb": "get",
3483-
"requestPath": "/organizations/{org}/org-properties/values"
3484-
},
3485-
{
3486-
"slug": "create-or-update-custom-property-values-for-an-organization",
3487-
"subcategory": "custom-properties-for-orgs",
3488-
"verb": "patch",
3489-
"requestPath": "/organizations/{org}/org-properties/values"
3490-
},
34913479
{
34923480
"slug": "get-an-organization",
34933481
"subcategory": "orgs",

src/github-apps/data/ghec-2022-11-28/fine-grained-pat-permissions.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3504,6 +3504,15 @@
35043504
"additional-permissions": false,
35053505
"access": "read"
35063506
},
3507+
{
3508+
"category": "actions",
3509+
"slug": "get-github-actions-cache-storage-limit-for-a-repository",
3510+
"subcategory": "cache",
3511+
"verb": "get",
3512+
"requestPath": "/repos/{owner}/{repo}/actions/cache/storage-limit",
3513+
"additional-permissions": false,
3514+
"access": "read"
3515+
},
35073516
{
35083517
"category": "actions",
35093518
"slug": "get-github-actions-cache-usage-for-a-repository",
@@ -3933,15 +3942,6 @@
39333942
"additional-permissions": false,
39343943
"access": "write"
39353944
},
3936-
{
3937-
"category": "actions",
3938-
"slug": "get-github-actions-cache-storage-limit-for-a-repository",
3939-
"subcategory": "cache",
3940-
"verb": "get",
3941-
"requestPath": "/repos/{owner}/{repo}/actions/cache/storage-limit",
3942-
"additional-permissions": false,
3943-
"access": "read"
3944-
},
39453945
{
39463946
"category": "actions",
39473947
"slug": "set-github-actions-cache-storage-limit-for-a-repository",

src/github-apps/data/ghec-2022-11-28/server-to-server-permissions.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4978,6 +4978,17 @@
49784978
"server-to-server": true,
49794979
"additional-permissions": false
49804980
},
4981+
{
4982+
"category": "actions",
4983+
"slug": "get-github-actions-cache-storage-limit-for-a-repository",
4984+
"subcategory": "cache",
4985+
"verb": "get",
4986+
"requestPath": "/repos/{owner}/{repo}/actions/cache/storage-limit",
4987+
"access": "read",
4988+
"user-to-server": true,
4989+
"server-to-server": true,
4990+
"additional-permissions": false
4991+
},
49814992
{
49824993
"category": "actions",
49834994
"slug": "get-github-actions-cache-usage-for-a-repository",
@@ -5501,17 +5512,6 @@
55015512
"server-to-server": true,
55025513
"additional-permissions": false
55035514
},
5504-
{
5505-
"category": "actions",
5506-
"slug": "get-github-actions-cache-storage-limit-for-a-repository",
5507-
"subcategory": "cache",
5508-
"verb": "get",
5509-
"requestPath": "/repos/{owner}/{repo}/actions/cache/storage-limit",
5510-
"access": "read",
5511-
"user-to-server": true,
5512-
"server-to-server": true,
5513-
"additional-permissions": false
5514-
},
55155515
{
55165516
"category": "actions",
55175517
"slug": "set-github-actions-cache-storage-limit-for-a-repository",

src/github-apps/lib/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,5 @@
6060
"2022-11-28"
6161
]
6262
},
63-
"sha": "ae839881ba39ea7b4327309048c7d7749a68f5e8"
63+
"sha": "0d9c0e1f5bc68a5b37ed9daf6c6a1f40819b2b14"
6464
}

0 commit comments

Comments
 (0)