Skip to content

Commit e828de9

Browse files
OAS Update
1 parent 72b639e commit e828de9

1 file changed

Lines changed: 14 additions & 7 deletions

File tree

‎services/cdn/v1/cdn.json‎

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2696,7 +2696,8 @@
26962696
"summary": "List all distributions belonging to a specific project",
26972697
"x-stackit-authorization": {
26982698
"actions": [
2699-
"cdn.distribution.get"
2699+
"cdn.distribution.get",
2700+
"cdn.distribution.list"
27002701
],
27012702
"resource-id": "projectId",
27022703
"resource-id-type": "dynamic",
@@ -2911,7 +2912,8 @@
29112912
"summary": "Create new distribution",
29122913
"x-stackit-authorization": {
29132914
"actions": [
2914-
"cdn.distribution.edit"
2915+
"cdn.distribution.edit",
2916+
"cdn.distribution.create"
29152917
],
29162918
"resource-id": "projectId",
29172919
"resource-id-type": "dynamic",
@@ -3045,7 +3047,8 @@
30453047
"summary": "Delete distribution",
30463048
"x-stackit-authorization": {
30473049
"actions": [
3048-
"cdn.distribution.edit"
3050+
"cdn.distribution.edit",
3051+
"cdn.distribution.delete"
30493052
],
30503053
"resource-id": "projectId",
30513054
"resource-id-type": "dynamic",
@@ -3487,7 +3490,8 @@
34873490
"summary": "Update existing distribution",
34883491
"x-stackit-authorization": {
34893492
"actions": [
3490-
"cdn.distribution.edit"
3493+
"cdn.distribution.edit",
3494+
"cdn.distribution.update"
34913495
],
34923496
"resource-id": "projectId",
34933497
"resource-id-type": "dynamic",
@@ -3833,7 +3837,8 @@
38333837
"summary": "Clear distribution cache",
38343838
"x-stackit-authorization": {
38353839
"actions": [
3836-
"cdn.distribution.edit"
3840+
"cdn.distribution.edit",
3841+
"cdn.distribution.update"
38373842
],
38383843
"resource-id": "projectId",
38393844
"resource-id-type": "dynamic",
@@ -3943,7 +3948,8 @@
39433948
"summary": "Delete a custom domain",
39443949
"x-stackit-authorization": {
39453950
"actions": [
3946-
"cdn.distribution.edit"
3951+
"cdn.distribution.edit",
3952+
"cdn.distribution.update"
39473953
],
39483954
"resource-id": "projectId",
39493955
"resource-id-type": "dynamic",
@@ -4181,7 +4187,8 @@
41814187
"summary": "Create or update a custom domain",
41824188
"x-stackit-authorization": {
41834189
"actions": [
4184-
"cdn.distribution.edit"
4190+
"cdn.distribution.edit",
4191+
"cdn.distribution.update"
41854192
],
41864193
"resource-id": "projectId",
41874194
"resource-id-type": "dynamic",

0 commit comments

Comments
 (0)