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",