|
2696 | 2696 | "summary": "List all distributions belonging to a specific project", |
2697 | 2697 | "x-stackit-authorization": { |
2698 | 2698 | "actions": [ |
2699 | | - "cdn.distribution.get" |
| 2699 | + "cdn.distribution.get", |
| 2700 | + "cdn.distribution.list" |
2700 | 2701 | ], |
2701 | 2702 | "resource-id": "projectId", |
2702 | 2703 | "resource-id-type": "dynamic", |
|
2911 | 2912 | "summary": "Create new distribution", |
2912 | 2913 | "x-stackit-authorization": { |
2913 | 2914 | "actions": [ |
2914 | | - "cdn.distribution.edit" |
| 2915 | + "cdn.distribution.edit", |
| 2916 | + "cdn.distribution.create" |
2915 | 2917 | ], |
2916 | 2918 | "resource-id": "projectId", |
2917 | 2919 | "resource-id-type": "dynamic", |
|
3045 | 3047 | "summary": "Delete distribution", |
3046 | 3048 | "x-stackit-authorization": { |
3047 | 3049 | "actions": [ |
3048 | | - "cdn.distribution.edit" |
| 3050 | + "cdn.distribution.edit", |
| 3051 | + "cdn.distribution.delete" |
3049 | 3052 | ], |
3050 | 3053 | "resource-id": "projectId", |
3051 | 3054 | "resource-id-type": "dynamic", |
|
3487 | 3490 | "summary": "Update existing distribution", |
3488 | 3491 | "x-stackit-authorization": { |
3489 | 3492 | "actions": [ |
3490 | | - "cdn.distribution.edit" |
| 3493 | + "cdn.distribution.edit", |
| 3494 | + "cdn.distribution.update" |
3491 | 3495 | ], |
3492 | 3496 | "resource-id": "projectId", |
3493 | 3497 | "resource-id-type": "dynamic", |
|
3833 | 3837 | "summary": "Clear distribution cache", |
3834 | 3838 | "x-stackit-authorization": { |
3835 | 3839 | "actions": [ |
3836 | | - "cdn.distribution.edit" |
| 3840 | + "cdn.distribution.edit", |
| 3841 | + "cdn.distribution.update" |
3837 | 3842 | ], |
3838 | 3843 | "resource-id": "projectId", |
3839 | 3844 | "resource-id-type": "dynamic", |
|
3943 | 3948 | "summary": "Delete a custom domain", |
3944 | 3949 | "x-stackit-authorization": { |
3945 | 3950 | "actions": [ |
3946 | | - "cdn.distribution.edit" |
| 3951 | + "cdn.distribution.edit", |
| 3952 | + "cdn.distribution.update" |
3947 | 3953 | ], |
3948 | 3954 | "resource-id": "projectId", |
3949 | 3955 | "resource-id-type": "dynamic", |
|
4181 | 4187 | "summary": "Create or update a custom domain", |
4182 | 4188 | "x-stackit-authorization": { |
4183 | 4189 | "actions": [ |
4184 | | - "cdn.distribution.edit" |
| 4190 | + "cdn.distribution.edit", |
| 4191 | + "cdn.distribution.update" |
4185 | 4192 | ], |
4186 | 4193 | "resource-id": "projectId", |
4187 | 4194 | "resource-id-type": "dynamic", |
|
0 commit comments