Order more api routes

This commit is contained in:
Owen
2026-07-10 16:46:16 -04:00
parent 70e2fe1e4e
commit 75afe6ece2
17 changed files with 21 additions and 19 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ registry.registerPath({
path: "/resource/{resourceId}/roles",
description:
"Set roles for a resource. This will replace all existing roles. When the resource has an inline policy defined (no shared resource policy assigned), roles are set on the inline policy instead of directly on the resource.",
tags: [OpenAPITags.PublicResource, OpenAPITags.Role],
tags: [OpenAPITags.PublicResourceLegacy],
request: {
params: setResourceRolesParamsSchema,
body: {