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 3a9a693 commit 94296acCopy full SHA for 94296ac
packages/core/src/routes/applications/application-secret.ts
@@ -13,6 +13,7 @@ export const generateInternalSecret = () => internalPrefix + generateStandardSec
13
export default function applicationSecretRoutes<T extends ManagementApiRouter>(
14
...[router, { queries }]: RouterInitArgs<T>
15
) {
16
+ // See OpenAPI description for the rationale of this endpoint.
17
router.delete(
18
'/applications/:id/legacy-secret',
19
koaGuard({
0 commit comments