Skip to content

Commit b65cd3a

Browse files
chore: update api schema dump
Co-authored-by: octodog <mu001@lablup.com>
1 parent 0d79b08 commit b65cd3a

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

docs/manager/rest-reference/openapi.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39236,7 +39236,7 @@
3923639236
},
3923739237
"/v2/app-config-fragments/": {
3923839238
"post": {
39239-
"operationId": "v2/app-config-fragments.admin_create",
39239+
"operationId": "v2/app-config-fragments.create",
3924039240
"tags": [
3924139241
"v2/app-config-fragments"
3924239242
],
@@ -39260,7 +39260,7 @@
3926039260
}
3926139261
},
3926239262
"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"
3926439264
}
3926539265
},
3926639266
"/v2/app-config-fragments/search": {
@@ -39350,7 +39350,7 @@
3935039350
"description": "Get a fragment by id (superadmin only).\n\n**Preconditions:**\n* Superadmin privilege required.\n"
3935139351
},
3935239352
"patch": {
39353-
"operationId": "v2/app-config-fragments.admin_update",
39353+
"operationId": "v2/app-config-fragments.update",
3935439354
"tags": [
3935539355
"v2/app-config-fragments"
3935639356
],
@@ -39383,10 +39383,10 @@
3938339383
}
3938439384
}
3938539385
],
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"
3938739387
},
3938839388
"delete": {
39389-
"operationId": "v2/app-config-fragments.admin_purge",
39389+
"operationId": "v2/app-config-fragments.purge",
3939039390
"tags": [
3939139391
"v2/app-config-fragments"
3939239392
],
@@ -39410,7 +39410,7 @@
3941039410
}
3941139411
}
3941239412
],
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"
3941439414
}
3941539415
},
3941639416
"/v2/app-config-allow-list/": {

0 commit comments

Comments
 (0)