From 4844ad734133458aa0039a4b21cc213361b90ced Mon Sep 17 00:00:00 2001 From: Stoat CI Date: Tue, 25 Aug 2026 01:00:00 +0000 Subject: [PATCH] chore: generate OpenAPI specification --- OpenAPI.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/OpenAPI.json b/OpenAPI.json index 6d25f05..332aa63 100644 --- a/OpenAPI.json +++ b/OpenAPI.json @@ -9675,7 +9675,7 @@ "description": "Discover request", "type": "object", "required": [ - "request_id", + "id", "status", "type" ], @@ -9688,7 +9688,7 @@ } ] }, - "request_id": { + "id": { "description": "The ID of the bot/server", "type": "string" },