Update API documentation

This commit is contained in:
Ingo Oppermann
2025-03-04 16:31:01 +01:00
parent be9e0d4c5d
commit efa3d1fa2d
6 changed files with 106 additions and 0 deletions

View File

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

View File

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

View File

@@ -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:

View File

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

View File

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

View File

@@ -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: