mirror of
https://github.com/aljazceru/signal-cli-rest-api.git
synced 2025-12-20 16:14:29 +01:00
@@ -2455,6 +2455,9 @@ const docTemplate = `{
|
||||
"description": {
|
||||
"type": "string"
|
||||
},
|
||||
"expiration_time": {
|
||||
"type": "integer"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -2712,8 +2715,6 @@ var SwaggerInfo = &swag.Spec{
|
||||
Description: "This is the Signal Cli REST API documentation.",
|
||||
InfoInstanceName: "swagger",
|
||||
SwaggerTemplate: docTemplate,
|
||||
LeftDelim: "{{",
|
||||
RightDelim: "}}",
|
||||
}
|
||||
|
||||
func init() {
|
||||
|
||||
@@ -2452,6 +2452,9 @@
|
||||
"description": {
|
||||
"type": "string"
|
||||
},
|
||||
"expiration_time": {
|
||||
"type": "integer"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
}
|
||||
|
||||
@@ -266,6 +266,8 @@ definitions:
|
||||
type: string
|
||||
description:
|
||||
type: string
|
||||
expiration_time:
|
||||
type: integer
|
||||
name:
|
||||
type: string
|
||||
type: object
|
||||
|
||||
Reference in New Issue
Block a user