We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc39681 commit 5dba438Copy full SHA for 5dba438
src/controllers/v3/OrgAPISpecController.ts
@@ -55,7 +55,8 @@ export class OrgAPISpecController extends Controller {
55
56
@Get('/{org}/api_specs')
57
@OperationId('organization-get-api-specs')
58
- // @Security('jwt', ['Namespace.Assign'])
+ @Security('jwt', [])
59
+ //@Security('jwt', ['Namespace.Assign'])
60
public async get(
61
@Path() org: string,
62
@Request() request: any
0 commit comments