mirror of
https://github.com/fosrl/pangolin.git
synced 2026-04-30 12:49:43 +00:00
openapi and swagger ui improvements and cleanup
This commit is contained in:
parent
c9515ae77c
commit
4cab693cfc
103 changed files with 206 additions and 132 deletions
|
|
@ -43,7 +43,7 @@ registry.registerPath({
|
|||
method: "get",
|
||||
path: "/site-resource/{siteResourceId}/users",
|
||||
description: "List all users for a site resource.",
|
||||
tags: [OpenAPITags.Resource, OpenAPITags.User],
|
||||
tags: [OpenAPITags.PrivateResource, OpenAPITags.User],
|
||||
request: {
|
||||
params: listSiteResourceUsersSchema
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue