|
39236 | 39236 | }, |
39237 | 39237 | "/v2/app-config-fragments/": { |
39238 | 39238 | "post": { |
39239 | | - "operationId": "v2/app-config-fragments.admin_create", |
| 39239 | + "operationId": "v2/app-config-fragments.create", |
39240 | 39240 | "tags": [ |
39241 | 39241 | "v2/app-config-fragments" |
39242 | 39242 | ], |
|
39260 | 39260 | } |
39261 | 39261 | }, |
39262 | 39262 | "parameters": [], |
39263 | | - "description": "Create a fragment at any scope (superadmin only).\n\n**Preconditions:**\n* Superadmin privilege required.\n" |
| 39263 | + "description": "Create a fragment; authorized by the layer's write_access tier (auth required).\n\n**Preconditions:**\n* User privilege required.\n" |
39264 | 39264 | } |
39265 | 39265 | }, |
39266 | 39266 | "/v2/app-config-fragments/search": { |
|
39350 | 39350 | "description": "Get a fragment by id (superadmin only).\n\n**Preconditions:**\n* Superadmin privilege required.\n" |
39351 | 39351 | }, |
39352 | 39352 | "patch": { |
39353 | | - "operationId": "v2/app-config-fragments.admin_update", |
| 39353 | + "operationId": "v2/app-config-fragments.update", |
39354 | 39354 | "tags": [ |
39355 | 39355 | "v2/app-config-fragments" |
39356 | 39356 | ], |
@@ -39383,10 +39383,10 @@ |
39383 | 39383 | } |
39384 | 39384 | } |
39385 | 39385 | ], |
39386 | | - "description": "Update a fragment's config document by id (superadmin only).\n\n**Preconditions:**\n* Superadmin privilege required.\n" |
| 39386 | + "description": "Update a fragment's config; authorized by the layer's write_access tier (auth required).\n\n**Preconditions:**\n* User privilege required.\n" |
39387 | 39387 | }, |
39388 | 39388 | "delete": { |
39389 | | - "operationId": "v2/app-config-fragments.admin_purge", |
| 39389 | + "operationId": "v2/app-config-fragments.purge", |
39390 | 39390 | "tags": [ |
39391 | 39391 | "v2/app-config-fragments" |
39392 | 39392 | ], |
|
39410 | 39410 | } |
39411 | 39411 | } |
39412 | 39412 | ], |
39413 | | - "description": "Purge a fragment by id (superadmin only).\n\n**Preconditions:**\n* Superadmin privilege required.\n" |
| 39413 | + "description": "Purge a fragment by id; authorized by the layer's write_access tier (auth required).\n\n**Preconditions:**\n* User privilege required.\n" |
39414 | 39414 | } |
39415 | 39415 | }, |
39416 | 39416 | "/v2/app-config-allow-list/": { |
|
0 commit comments