Fix swagger issues
continuous-integration/drone/pr Build is passing Details

Add editor config for consistency
This commit is contained in:
Sytone 2021-06-02 10:09:45 -07:00
parent d9c91bc03a
commit e8135dcf75
4 changed files with 24 additions and 11 deletions

11
.editorconfig Normal file
View File

@ -0,0 +1,11 @@
# EditorConfig is awesome: https://EditorConfig.org
# top-most EditorConfig file
root = true
[*]
indent_style = tab
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = false
insert_final_newline = false

View File

@ -8556,6 +8556,10 @@ var doc = `{
"v1.UserSettings": {
"type": "object",
"properties": {
"default_list_for_new_tasks": {
"description": "If a task is created without a specified list this value should be used. Applies\nto tasks made directly in API and from clients.",
"type": "integer"
},
"discoverable_by_email": {
"description": "If true, the user can be found when searching for their exact email.",
"type": "boolean"
@ -8575,10 +8579,6 @@ var doc = `{
"overdue_tasks_reminders_enabled": {
"description": "If enabled, the user will get an email for their overdue tasks each morning.",
"type": "boolean"
},
"default_list_for_new_tasks": {
"description": "If set this will be the default list used when a task is created with no specified list.",
"type": "integer"
}
}
},

View File

@ -8539,6 +8539,10 @@
"v1.UserSettings": {
"type": "object",
"properties": {
"default_list_for_new_tasks": {
"description": "If a task is created without a specified list this value should be used. Applies\nto tasks made directly in API and from clients.",
"type": "integer"
},
"discoverable_by_email": {
"description": "If true, the user can be found when searching for their exact email.",
"type": "boolean"
@ -8558,10 +8562,6 @@
"overdue_tasks_reminders_enabled": {
"description": "If enabled, the user will get an email for their overdue tasks each morning.",
"type": "boolean"
},
"default_list_for_new_tasks": {
"description": "If set this will be the default list used when a task is created with no specified list.",
"type": "integer"
}
}
},

View File

@ -1178,6 +1178,11 @@ definitions:
type: object
v1.UserSettings:
properties:
default_list_for_new_tasks:
description: |-
If a task is created without a specified list this value should be used. Applies
to tasks made directly in API and from clients.
type: integer
discoverable_by_email:
description: If true, the user can be found when searching for their exact
email.
@ -1196,9 +1201,6 @@ definitions:
description: If enabled, the user will get an email for their overdue tasks
each morning.
type: boolean
default_list_for_new_tasks:
description: If set this will be the default list used when a task is created with no specified list.
type: integer
type: object
v1.authInfo:
properties: