Skip to content

Commit e2f5d33

Browse files
committed
fix(external): wrong name for a single heartbeat endpoint
1 parent 89cd2e5 commit e2f5d33

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

public/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ tags:
1919
- name: Public Routes
2020
description: Public API endpoints that don't require authentication
2121
paths:
22-
/api/external/heartbeats:
22+
/api/external/heartbeat:
2323
post:
2424
tags:
2525
- API Routes
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { handleApiError } from "~~/server/utils/logging";
55

66
defineRouteMeta({
77
openAPI: {
8-
tags: ["External", "Heartbeats"],
8+
tags: ["External", "Heartbeat"],
99
summary: "Create a single heartbeat",
1010
description:
1111
"Accepts one heartbeat payload authenticated via Bearer API key.",

0 commit comments

Comments
 (0)