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

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