mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-12 13:46:39 +00:00
Fix #1339
This commit is contained in:
@@ -60,7 +60,7 @@ export type ListRolesResponse = {
|
|||||||
|
|
||||||
registry.registerPath({
|
registry.registerPath({
|
||||||
method: "get",
|
method: "get",
|
||||||
path: "/orgs/{orgId}/roles",
|
path: "/org/{orgId}/roles",
|
||||||
description: "List roles.",
|
description: "List roles.",
|
||||||
tags: [OpenAPITags.Org, OpenAPITags.Role],
|
tags: [OpenAPITags.Org, OpenAPITags.Role],
|
||||||
request: {
|
request: {
|
||||||
|
|||||||
Reference in New Issue
Block a user