added expiration_time to Update Groups endpoint

see #616
This commit is contained in:
Bernhard B
2024-11-15 22:43:02 +01:00
parent cddf3c166a
commit 2c4ef753ab
5 changed files with 23 additions and 7 deletions

View File

@@ -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() {

View File

@@ -2452,6 +2452,9 @@
"description": {
"type": "string"
},
"expiration_time": {
"type": "integer"
},
"name": {
"type": "string"
}

View File

@@ -266,6 +266,8 @@ definitions:
type: string
description:
type: string
expiration_time:
type: integer
name:
type: string
type: object