From 8f81c4d2ce33ff82b6493a506299e1e2a970e2af Mon Sep 17 00:00:00 2001 From: Josh Hunt Date: Wed, 3 Aug 2022 12:18:52 +0100 Subject: [PATCH] Chore: reformat swagger specs, again (#53205) --- public/api-merged.json | 4 +++- public/api-spec.json | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/public/api-merged.json b/public/api-merged.json index ef5d63c6331..70d278d0a20 100644 --- a/public/api-merged.json +++ b/public/api-merged.json @@ -14958,7 +14958,9 @@ }, "PostAnnotationsCmd": { "type": "object", - "required": ["text"], + "required": [ + "text" + ], "properties": { "dashboardId": { "type": "integer", diff --git a/public/api-spec.json b/public/api-spec.json index 91ee58cd8e7..0b98119286a 100644 --- a/public/api-spec.json +++ b/public/api-spec.json @@ -12794,7 +12794,9 @@ }, "PostAnnotationsCmd": { "type": "object", - "required": ["text"], + "required": [ + "text" + ], "properties": { "dashboardId": { "type": "integer",