Order more api routes

This commit is contained in:
Owen
2026-07-10 16:46:16 -04:00
parent 1af486ac48
commit 5b47c21347
17 changed files with 21 additions and 19 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ registry.registerPath({
path: "/resource/{resourceId}/users/add",
description:
"Add a single user to a resource. When the resource has an inline policy defined (no shared resource policy assigned), the user is added to the inline policy instead of directly to the resource.",
tags: [OpenAPITags.PublicResource, OpenAPITags.User],
tags: [OpenAPITags.PublicResourceLegacy],
request: {
params: addUserToResourceParamsSchema,
body: {