From c3f741bdda86076aa68334a33ba1df0950387909 Mon Sep 17 00:00:00 2001 From: Daniel Jimenez Date: Mon, 12 May 2025 18:00:37 +1200 Subject: [PATCH] fix: Update swagger.json spec --- swagger/swagger.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/swagger/swagger.json b/swagger/swagger.json index f1be4426f..63cc9da89 100644 --- a/swagger/swagger.json +++ b/swagger/swagger.json @@ -3195,7 +3195,8 @@ "properties": { "inbox_id": { "type": "number", - "description": "The ID of the inbox" + "description": "The ID of the inbox", + "example": 1 }, "source_id": { "type": "string",