mirror of
https://github.com/datarhei/core.git
synced 2025-10-03 23:26:39 +08:00
Update API documentation
This commit is contained in:
25
docs/docs.go
25
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"
|
||||
},
|
||||
|
Reference in New Issue
Block a user