mirror of
https://github.com/datarhei/core.git
synced 2025-09-27 04:16:25 +08:00
Update API documentation
This commit is contained in:
@@ -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"
|
||||
},
|
||||
|
@@ -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"
|
||||
},
|
||||
|
@@ -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:
|
||||
|
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"
|
||||
},
|
||||
|
@@ -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"
|
||||
},
|
||||
|
@@ -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:
|
||||
|
Reference in New Issue
Block a user