mirror of
https://github.com/fosrl/pangolin.git
synced 2026-07-27 15:50:09 +02:00
Order more api routes
This commit is contained in:
@@ -30,7 +30,7 @@ registry.registerPath({
|
||||
path: "/resource/{resourceId}/roles/add",
|
||||
description:
|
||||
"Add a single role to a resource. When the resource has an inline policy defined (no shared resource policy assigned), the role is added to the inline policy instead of directly to the resource.",
|
||||
tags: [OpenAPITags.PublicResource, OpenAPITags.Role],
|
||||
tags: [OpenAPITags.PublicResourceLegacy, OpenAPITags.Role],
|
||||
request: {
|
||||
params: addRoleToResourceParamsSchema,
|
||||
body: {
|
||||
|
||||
Reference in New Issue
Block a user