Skip to content

Commit 94296ac

Browse files
committed
chore: add comment
1 parent 3a9a693 commit 94296ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/core/src/routes/applications/application-secret.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ export const generateInternalSecret = () => internalPrefix + generateStandardSec
1313
export default function applicationSecretRoutes<T extends ManagementApiRouter>(
1414
...[router, { queries }]: RouterInitArgs<T>
1515
) {
16+
// See OpenAPI description for the rationale of this endpoint.
1617
router.delete(
1718
'/applications/:id/legacy-secret',
1819
koaGuard({

0 commit comments

Comments
 (0)