[skip ci] Updated swagger docs
This commit is contained in:
parent
738bcd0c77
commit
0f50dc047d
|
|
@ -9790,8 +9790,7 @@ const docTemplate = `{
|
|||
"enum": [
|
||||
"none",
|
||||
"manual",
|
||||
"filter",
|
||||
"manual"
|
||||
"filter"
|
||||
]
|
||||
},
|
||||
"created": {
|
||||
|
|
@ -9828,7 +9827,9 @@ const docTemplate = `{
|
|||
},
|
||||
"title": {
|
||||
"description": "The title of this view",
|
||||
"type": "string"
|
||||
"type": "string",
|
||||
"maxLength": 250,
|
||||
"minLength": 1
|
||||
},
|
||||
"updated": {
|
||||
"description": "A timestamp when this view was updated. You cannot change this value.",
|
||||
|
|
|
|||
|
|
@ -9782,8 +9782,7 @@
|
|||
"enum": [
|
||||
"none",
|
||||
"manual",
|
||||
"filter",
|
||||
"manual"
|
||||
"filter"
|
||||
]
|
||||
},
|
||||
"created": {
|
||||
|
|
@ -9820,7 +9819,9 @@
|
|||
},
|
||||
"title": {
|
||||
"description": "The title of this view",
|
||||
"type": "string"
|
||||
"type": "string",
|
||||
"maxLength": 250,
|
||||
"minLength": 1
|
||||
},
|
||||
"updated": {
|
||||
"description": "A timestamp when this view was updated. You cannot change this value.",
|
||||
|
|
|
|||
|
|
@ -674,7 +674,6 @@ definitions:
|
|||
- none
|
||||
- manual
|
||||
- filter
|
||||
- manual
|
||||
type: string
|
||||
created:
|
||||
description: A timestamp when this reaction was created. You cannot change
|
||||
|
|
@ -705,6 +704,8 @@ definitions:
|
|||
type: integer
|
||||
title:
|
||||
description: The title of this view
|
||||
maxLength: 250
|
||||
minLength: 1
|
||||
type: string
|
||||
updated:
|
||||
description: A timestamp when this view was updated. You cannot change this
|
||||
|
|
|
|||
Loading…
Reference in New Issue