Regenerate swagger docs
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
kolaente 2020-09-06 13:15:52 +02:00
parent 19f50e81be
commit f181e02d27
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
3 changed files with 11 additions and 0 deletions

View File

@ -6545,6 +6545,10 @@ var doc = `{
"description": "Whether or not a list is archived.",
"type": "boolean"
},
"is_favorite": {
"description": "True if a list is a favorite. Favorite lists show up in a separate namespace.",
"type": "boolean"
},
"namespace_id": {
"type": "integer"
},

View File

@ -6528,6 +6528,10 @@
"description": "Whether or not a list is archived.",
"type": "boolean"
},
"is_favorite": {
"description": "True if a list is a favorite. Favorite lists show up in a separate namespace.",
"type": "boolean"
},
"namespace_id": {
"type": "integer"
},

View File

@ -288,6 +288,9 @@ definitions:
is_archived:
description: Whether or not a list is archived.
type: boolean
is_favorite:
description: True if a list is a favorite. Favorite lists show up in a separate namespace.
type: boolean
namespace_id:
type: integer
owner: