mirror of
https://github.com/datarhei/core.git
synced 2025-10-06 00:17:07 +08:00
Update API documentation
This commit is contained in:
@@ -1288,6 +1288,9 @@ const docTemplateClusterAPI = `{
|
|||||||
"autostart": {
|
"autostart": {
|
||||||
"type": "boolean"
|
"type": "boolean"
|
||||||
},
|
},
|
||||||
|
"binary": {
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
"domain": {
|
"domain": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
@@ -1802,6 +1805,11 @@ const docTemplateClusterAPI = `{
|
|||||||
"type": "string"
|
"type": "string"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"revocer_timeout_sec": {
|
||||||
|
"description": "seconds",
|
||||||
|
"type": "integer",
|
||||||
|
"format": "int64"
|
||||||
|
},
|
||||||
"startup_timeout_sec": {
|
"startup_timeout_sec": {
|
||||||
"description": "seconds",
|
"description": "seconds",
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
@@ -2277,6 +2285,12 @@ const docTemplateClusterAPI = `{
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"mimetypes": {
|
||||||
|
"type": "object",
|
||||||
|
"additionalProperties": {
|
||||||
|
"type": "string"
|
||||||
|
}
|
||||||
|
},
|
||||||
"mimetypes_file": {
|
"mimetypes_file": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
|
@@ -1281,6 +1281,9 @@
|
|||||||
"autostart": {
|
"autostart": {
|
||||||
"type": "boolean"
|
"type": "boolean"
|
||||||
},
|
},
|
||||||
|
"binary": {
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
"domain": {
|
"domain": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
@@ -1795,6 +1798,11 @@
|
|||||||
"type": "string"
|
"type": "string"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"revocer_timeout_sec": {
|
||||||
|
"description": "seconds",
|
||||||
|
"type": "integer",
|
||||||
|
"format": "int64"
|
||||||
|
},
|
||||||
"startup_timeout_sec": {
|
"startup_timeout_sec": {
|
||||||
"description": "seconds",
|
"description": "seconds",
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
@@ -2270,6 +2278,12 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"mimetypes": {
|
||||||
|
"type": "object",
|
||||||
|
"additionalProperties": {
|
||||||
|
"type": "string"
|
||||||
|
}
|
||||||
|
},
|
||||||
"mimetypes_file": {
|
"mimetypes_file": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
|
@@ -4,6 +4,8 @@ definitions:
|
|||||||
properties:
|
properties:
|
||||||
autostart:
|
autostart:
|
||||||
type: boolean
|
type: boolean
|
||||||
|
binary:
|
||||||
|
type: string
|
||||||
domain:
|
domain:
|
||||||
type: string
|
type: string
|
||||||
ffversion:
|
ffversion:
|
||||||
@@ -348,6 +350,10 @@ definitions:
|
|||||||
items:
|
items:
|
||||||
type: string
|
type: string
|
||||||
type: array
|
type: array
|
||||||
|
revocer_timeout_sec:
|
||||||
|
description: seconds
|
||||||
|
format: int64
|
||||||
|
type: integer
|
||||||
startup_timeout_sec:
|
startup_timeout_sec:
|
||||||
description: seconds
|
description: seconds
|
||||||
format: int64
|
format: int64
|
||||||
@@ -670,6 +676,10 @@ definitions:
|
|||||||
purge:
|
purge:
|
||||||
type: boolean
|
type: boolean
|
||||||
type: object
|
type: object
|
||||||
|
mimetypes:
|
||||||
|
additionalProperties:
|
||||||
|
type: string
|
||||||
|
type: object
|
||||||
mimetypes_file:
|
mimetypes_file:
|
||||||
type: string
|
type: string
|
||||||
s3:
|
s3:
|
||||||
|
25
docs/docs.go
25
docs/docs.go
@@ -5794,6 +5794,11 @@ const docTemplate = `{
|
|||||||
"type": "string"
|
"type": "string"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"revocer_timeout_sec": {
|
||||||
|
"description": "seconds",
|
||||||
|
"type": "integer",
|
||||||
|
"format": "int64"
|
||||||
|
},
|
||||||
"startup_timeout_sec": {
|
"startup_timeout_sec": {
|
||||||
"description": "seconds",
|
"description": "seconds",
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
@@ -6269,6 +6274,12 @@ const docTemplate = `{
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"mimetypes": {
|
||||||
|
"type": "object",
|
||||||
|
"additionalProperties": {
|
||||||
|
"type": "string"
|
||||||
|
}
|
||||||
|
},
|
||||||
"mimetypes_file": {
|
"mimetypes_file": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
@@ -7040,6 +7051,9 @@ const docTemplate = `{
|
|||||||
"autostart": {
|
"autostart": {
|
||||||
"type": "boolean"
|
"type": "boolean"
|
||||||
},
|
},
|
||||||
|
"binary": {
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
"domain": {
|
"domain": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
@@ -8289,6 +8303,11 @@ const docTemplate = `{
|
|||||||
"type": "string"
|
"type": "string"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"revocer_timeout_sec": {
|
||||||
|
"description": "seconds",
|
||||||
|
"type": "integer",
|
||||||
|
"format": "int64"
|
||||||
|
},
|
||||||
"startup_timeout_sec": {
|
"startup_timeout_sec": {
|
||||||
"description": "seconds",
|
"description": "seconds",
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
@@ -8764,6 +8783,12 @@ const docTemplate = `{
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"mimetypes": {
|
||||||
|
"type": "object",
|
||||||
|
"additionalProperties": {
|
||||||
|
"type": "string"
|
||||||
|
}
|
||||||
|
},
|
||||||
"mimetypes_file": {
|
"mimetypes_file": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
|
@@ -5787,6 +5787,11 @@
|
|||||||
"type": "string"
|
"type": "string"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"revocer_timeout_sec": {
|
||||||
|
"description": "seconds",
|
||||||
|
"type": "integer",
|
||||||
|
"format": "int64"
|
||||||
|
},
|
||||||
"startup_timeout_sec": {
|
"startup_timeout_sec": {
|
||||||
"description": "seconds",
|
"description": "seconds",
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
@@ -6262,6 +6267,12 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"mimetypes": {
|
||||||
|
"type": "object",
|
||||||
|
"additionalProperties": {
|
||||||
|
"type": "string"
|
||||||
|
}
|
||||||
|
},
|
||||||
"mimetypes_file": {
|
"mimetypes_file": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
@@ -7033,6 +7044,9 @@
|
|||||||
"autostart": {
|
"autostart": {
|
||||||
"type": "boolean"
|
"type": "boolean"
|
||||||
},
|
},
|
||||||
|
"binary": {
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
"domain": {
|
"domain": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
@@ -8282,6 +8296,11 @@
|
|||||||
"type": "string"
|
"type": "string"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"revocer_timeout_sec": {
|
||||||
|
"description": "seconds",
|
||||||
|
"type": "integer",
|
||||||
|
"format": "int64"
|
||||||
|
},
|
||||||
"startup_timeout_sec": {
|
"startup_timeout_sec": {
|
||||||
"description": "seconds",
|
"description": "seconds",
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
@@ -8757,6 +8776,12 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"mimetypes": {
|
||||||
|
"type": "object",
|
||||||
|
"additionalProperties": {
|
||||||
|
"type": "string"
|
||||||
|
}
|
||||||
|
},
|
||||||
"mimetypes_file": {
|
"mimetypes_file": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
|
@@ -493,6 +493,10 @@ definitions:
|
|||||||
items:
|
items:
|
||||||
type: string
|
type: string
|
||||||
type: array
|
type: array
|
||||||
|
revocer_timeout_sec:
|
||||||
|
description: seconds
|
||||||
|
format: int64
|
||||||
|
type: integer
|
||||||
startup_timeout_sec:
|
startup_timeout_sec:
|
||||||
description: seconds
|
description: seconds
|
||||||
format: int64
|
format: int64
|
||||||
@@ -815,6 +819,10 @@ definitions:
|
|||||||
purge:
|
purge:
|
||||||
type: boolean
|
type: boolean
|
||||||
type: object
|
type: object
|
||||||
|
mimetypes:
|
||||||
|
additionalProperties:
|
||||||
|
type: string
|
||||||
|
type: object
|
||||||
mimetypes_file:
|
mimetypes_file:
|
||||||
type: string
|
type: string
|
||||||
s3:
|
s3:
|
||||||
@@ -1329,6 +1337,8 @@ definitions:
|
|||||||
properties:
|
properties:
|
||||||
autostart:
|
autostart:
|
||||||
type: boolean
|
type: boolean
|
||||||
|
binary:
|
||||||
|
type: string
|
||||||
domain:
|
domain:
|
||||||
type: string
|
type: string
|
||||||
id:
|
id:
|
||||||
@@ -2246,6 +2256,10 @@ definitions:
|
|||||||
items:
|
items:
|
||||||
type: string
|
type: string
|
||||||
type: array
|
type: array
|
||||||
|
revocer_timeout_sec:
|
||||||
|
description: seconds
|
||||||
|
format: int64
|
||||||
|
type: integer
|
||||||
startup_timeout_sec:
|
startup_timeout_sec:
|
||||||
description: seconds
|
description: seconds
|
||||||
format: int64
|
format: int64
|
||||||
@@ -2568,6 +2582,10 @@ definitions:
|
|||||||
purge:
|
purge:
|
||||||
type: boolean
|
type: boolean
|
||||||
type: object
|
type: object
|
||||||
|
mimetypes:
|
||||||
|
additionalProperties:
|
||||||
|
type: string
|
||||||
|
type: object
|
||||||
mimetypes_file:
|
mimetypes_file:
|
||||||
type: string
|
type: string
|
||||||
s3:
|
s3:
|
||||||
|
Reference in New Issue
Block a user