Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/api/src/routes/v1_ratelimits_getOverride.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { buildUnkeyQuery } from "@unkey/rbac";

const route = createRoute({
deprecated: true,
tags: ["ratelimit"],
tags: ["ratelimits"],
operationId: "getOverride",
summary: "Get rate limit override",
description:
Expand Down
2 changes: 1 addition & 1 deletion apps/api/src/routes/v1_ratelimits_listOverrides.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { buildUnkeyQuery } from "@unkey/rbac";

const route = createRoute({
deprecated: true,
tags: ["ratelimit"],
tags: ["ratelimits"],
operationId: "listOverrides",
summary: "List rate limit overrides",
description:
Expand Down
2 changes: 1 addition & 1 deletion apps/api/src/routes/v1_ratelimits_setOverride.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { buildUnkeyQuery } from "@unkey/rbac";

const route = createRoute({
deprecated: true,
tags: ["ratelimit"],
tags: ["ratelimits"],
operationId: "setOverride",
summary: "Set rate limit override",
description:
Expand Down
4 changes: 2 additions & 2 deletions apps/docs/docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@
{
"group": "Endpoints",
"openapi": {
"source": "https://canary.unkey.dev/openapi.json",
"source": "https://api.unkey.dev/openapi.json",
"directory": "api-reference/v1"
}
}
Expand All @@ -267,7 +267,7 @@
{
"group": "Endpoints",
"openapi": {
"source": "https://api.unkey.com/openapi.yaml",
"source": "https://spec.speakeasy.com/unkey/unkey/openapi-json-with-code-samples",
"directory": "api-reference/v2"
}
}
Expand Down