From: Marcin Haba Date: Fri, 20 Jan 2023 13:47:37 +0000 (+0100) Subject: baculum: Fix example values in OpenAPI documentation X-Git-Tag: Release-13.0.3~141 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e9f349c6ca01fd7631cce81ae89940a89c1d967;p=thirdparty%2Fbacula.git baculum: Fix example values in OpenAPI documentation --- diff --git a/gui/baculum/protected/API/openapi_baculum.json b/gui/baculum/protected/API/openapi_baculum.json index d74120670..55cfa6ad4 100644 --- a/gui/baculum/protected/API/openapi_baculum.json +++ b/gui/baculum/protected/API/openapi_baculum.json @@ -2339,7 +2339,7 @@ "schema": { "type": "string", "description": "Job status. Note, some statuses can be not visible outside (used internally by Bacula)", - "enum": ["C", "R", "B", "T", "W", "E", "e", "f", "D", "A", "I", "F", "S", "m", "M", "s", "j", "c", "d", "t", "p", "i", "a", "l", "L"] + "example": ["C", "R", "B", "T", "W", "E", "e", "f", "D", "A", "I", "F", "S", "m", "M", "s", "j", "c", "d", "t", "p", "i", "a", "l", "L"] } }, { @@ -6929,7 +6929,7 @@ "schema": { "type": "string", "description": "Job status. Note, some statuses can be not visible outside (used internally by Bacula)", - "enum": ["C", "R", "B", "T", "W", "E", "e", "f", "D", "A", "I", "F", "S", "m", "M", "s", "j", "c", "d", "t", "p", "i", "a", "l", "L"] + "example": ["C", "R", "B", "T", "W", "E", "e", "f", "D", "A", "I", "F", "S", "m", "M", "s", "j", "c", "d", "t", "p", "i", "a", "l", "L"] } }, {