Generate swagger docs
continuous-integration/drone/pr Build is failing Details

This commit is contained in:
kolaente 2021-02-14 18:42:25 +01:00
parent 15187e600b
commit 9fc85b01f0
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
3 changed files with 8 additions and 0 deletions

View File

@ -7564,6 +7564,9 @@ var doc = `{
"description": "A timestamp when this subscription was created. You cannot change this value.",
"type": "string"
},
"entity": {
"type": "string"
},
"entity_id": {
"description": "The id of the entity to subscribe to.",
"type": "integer"

View File

@ -7547,6 +7547,9 @@
"description": "A timestamp when this subscription was created. You cannot change this value.",
"type": "string"
},
"entity": {
"type": "string"
},
"entity_id": {
"description": "The id of the entity to subscribe to.",
"type": "integer"

View File

@ -515,6 +515,8 @@ definitions:
created:
description: A timestamp when this subscription was created. You cannot change this value.
type: string
entity:
type: string
entity_id:
description: The id of the entity to subscribe to.
type: integer