From efa3d1fa2d4abed39951022ca188885d9e0518a0 Mon Sep 17 00:00:00 2001 From: Ingo Oppermann Date: Tue, 4 Mar 2025 16:31:01 +0100 Subject: [PATCH] Update API documentation --- cluster/docs/ClusterAPI_docs.go | 14 ++++++++++++++ cluster/docs/ClusterAPI_swagger.json | 14 ++++++++++++++ cluster/docs/ClusterAPI_swagger.yaml | 10 ++++++++++ docs/docs.go | 25 +++++++++++++++++++++++++ docs/swagger.json | 25 +++++++++++++++++++++++++ docs/swagger.yaml | 18 ++++++++++++++++++ 6 files changed, 106 insertions(+) diff --git a/cluster/docs/ClusterAPI_docs.go b/cluster/docs/ClusterAPI_docs.go index ce72fb69..1d0240fc 100644 --- a/cluster/docs/ClusterAPI_docs.go +++ b/cluster/docs/ClusterAPI_docs.go @@ -1288,6 +1288,9 @@ const docTemplateClusterAPI = `{ "autostart": { "type": "boolean" }, + "binary": { + "type": "string" + }, "domain": { "type": "string" }, @@ -1802,6 +1805,11 @@ const docTemplateClusterAPI = `{ "type": "string" } }, + "revocer_timeout_sec": { + "description": "seconds", + "type": "integer", + "format": "int64" + }, "startup_timeout_sec": { "description": "seconds", "type": "integer", @@ -2277,6 +2285,12 @@ const docTemplateClusterAPI = `{ } } }, + "mimetypes": { + "type": "object", + "additionalProperties": { + "type": "string" + } + }, "mimetypes_file": { "type": "string" }, diff --git a/cluster/docs/ClusterAPI_swagger.json b/cluster/docs/ClusterAPI_swagger.json index 4932b2da..6e5c519f 100644 --- a/cluster/docs/ClusterAPI_swagger.json +++ b/cluster/docs/ClusterAPI_swagger.json @@ -1281,6 +1281,9 @@ "autostart": { "type": "boolean" }, + "binary": { + "type": "string" + }, "domain": { "type": "string" }, @@ -1795,6 +1798,11 @@ "type": "string" } }, + "revocer_timeout_sec": { + "description": "seconds", + "type": "integer", + "format": "int64" + }, "startup_timeout_sec": { "description": "seconds", "type": "integer", @@ -2270,6 +2278,12 @@ } } }, + "mimetypes": { + "type": "object", + "additionalProperties": { + "type": "string" + } + }, "mimetypes_file": { "type": "string" }, diff --git a/cluster/docs/ClusterAPI_swagger.yaml b/cluster/docs/ClusterAPI_swagger.yaml index 4374ccca..011e0c67 100644 --- a/cluster/docs/ClusterAPI_swagger.yaml +++ b/cluster/docs/ClusterAPI_swagger.yaml @@ -4,6 +4,8 @@ definitions: properties: autostart: type: boolean + binary: + type: string domain: type: string ffversion: @@ -348,6 +350,10 @@ definitions: items: type: string type: array + revocer_timeout_sec: + description: seconds + format: int64 + type: integer startup_timeout_sec: description: seconds format: int64 @@ -670,6 +676,10 @@ definitions: purge: type: boolean type: object + mimetypes: + additionalProperties: + type: string + type: object mimetypes_file: type: string s3: diff --git a/docs/docs.go b/docs/docs.go index a74d8b0b..9a74096c 100644 --- a/docs/docs.go +++ b/docs/docs.go @@ -5794,6 +5794,11 @@ const docTemplate = `{ "type": "string" } }, + "revocer_timeout_sec": { + "description": "seconds", + "type": "integer", + "format": "int64" + }, "startup_timeout_sec": { "description": "seconds", "type": "integer", @@ -6269,6 +6274,12 @@ const docTemplate = `{ } } }, + "mimetypes": { + "type": "object", + "additionalProperties": { + "type": "string" + } + }, "mimetypes_file": { "type": "string" }, @@ -7040,6 +7051,9 @@ const docTemplate = `{ "autostart": { "type": "boolean" }, + "binary": { + "type": "string" + }, "domain": { "type": "string" }, @@ -8289,6 +8303,11 @@ const docTemplate = `{ "type": "string" } }, + "revocer_timeout_sec": { + "description": "seconds", + "type": "integer", + "format": "int64" + }, "startup_timeout_sec": { "description": "seconds", "type": "integer", @@ -8764,6 +8783,12 @@ const docTemplate = `{ } } }, + "mimetypes": { + "type": "object", + "additionalProperties": { + "type": "string" + } + }, "mimetypes_file": { "type": "string" }, diff --git a/docs/swagger.json b/docs/swagger.json index 54e8532c..f687b2f4 100644 --- a/docs/swagger.json +++ b/docs/swagger.json @@ -5787,6 +5787,11 @@ "type": "string" } }, + "revocer_timeout_sec": { + "description": "seconds", + "type": "integer", + "format": "int64" + }, "startup_timeout_sec": { "description": "seconds", "type": "integer", @@ -6262,6 +6267,12 @@ } } }, + "mimetypes": { + "type": "object", + "additionalProperties": { + "type": "string" + } + }, "mimetypes_file": { "type": "string" }, @@ -7033,6 +7044,9 @@ "autostart": { "type": "boolean" }, + "binary": { + "type": "string" + }, "domain": { "type": "string" }, @@ -8282,6 +8296,11 @@ "type": "string" } }, + "revocer_timeout_sec": { + "description": "seconds", + "type": "integer", + "format": "int64" + }, "startup_timeout_sec": { "description": "seconds", "type": "integer", @@ -8757,6 +8776,12 @@ } } }, + "mimetypes": { + "type": "object", + "additionalProperties": { + "type": "string" + } + }, "mimetypes_file": { "type": "string" }, diff --git a/docs/swagger.yaml b/docs/swagger.yaml index e5ada02e..181cf39d 100644 --- a/docs/swagger.yaml +++ b/docs/swagger.yaml @@ -493,6 +493,10 @@ definitions: items: type: string type: array + revocer_timeout_sec: + description: seconds + format: int64 + type: integer startup_timeout_sec: description: seconds format: int64 @@ -815,6 +819,10 @@ definitions: purge: type: boolean type: object + mimetypes: + additionalProperties: + type: string + type: object mimetypes_file: type: string s3: @@ -1329,6 +1337,8 @@ definitions: properties: autostart: type: boolean + binary: + type: string domain: type: string id: @@ -2246,6 +2256,10 @@ definitions: items: type: string type: array + revocer_timeout_sec: + description: seconds + format: int64 + type: integer startup_timeout_sec: description: seconds format: int64 @@ -2568,6 +2582,10 @@ definitions: purge: type: boolean type: object + mimetypes: + additionalProperties: + type: string + type: object mimetypes_file: type: string s3: