Skip to content

Commit

Permalink
fix: deduplicate operationIds
Browse files Browse the repository at this point in the history
  • Loading branch information
chronark committed Jan 13, 2025
1 parent f71b3ba commit 849b6f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/api/src/routes/v1_keys_getVerifications.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ import { buildUnkeyQuery, type unkeyPermissionValidation } from "@unkey/rbac";

const route = createRoute({
tags: ["keys"],
operationId: "getVerifications",
operationId: "keys.getVerifications",
method: "get",
path: "/v1/keys.getVerifications",
"x-speakeasy-name-override": "getVerifications",
security: [{ bearerAuth: [] }],
request: {
query: z.object({
Expand Down

0 comments on commit 849b6f3

Please sign in to comment.