There was an error while loading. Please reload this page.
1 parent 89cd2e5 commit e2f5d33Copy full SHA for e2f5d33
2 files changed
public/openapi.yaml
@@ -19,7 +19,7 @@ tags:
19
- name: Public Routes
20
description: Public API endpoints that don't require authentication
21
paths:
22
- /api/external/heartbeats:
+ /api/external/heartbeat:
23
post:
24
tags:
25
- API Routes
server/api/external/heartbeats.post.ts server/api/external/heartbeat.post.tsserver/api/external/heartbeats.post.ts renamed to server/api/external/heartbeat.post.ts
@@ -5,7 +5,7 @@ import { handleApiError } from "~~/server/utils/logging";
5
6
defineRouteMeta({
7
openAPI: {
8
- tags: ["External", "Heartbeats"],
+ tags: ["External", "Heartbeat"],
9
summary: "Create a single heartbeat",
10
description:
11
"Accepts one heartbeat payload authenticated via Bearer API key.",
0 commit comments