Fix swagger doc and rename references for time db fields

This commit is contained in:
Jamie Curnow
2023-05-29 08:50:27 +10:00
parent a2f192280b
commit 1ae247b2a6
45 changed files with 236 additions and 316 deletions

View File

@ -1,9 +1,7 @@
{
"operationId": "getSettings",
"summary": "Get a list of settings",
"tags": [
"Settings"
],
"tags": ["Settings"],
"parameters": [
{
"in": "query",
@ -39,9 +37,7 @@
"content": {
"application/json": {
"schema": {
"required": [
"result"
],
"required": ["result"],
"properties": {
"result": {
"$ref": "#/components/schemas/SettingList"
@ -64,8 +60,8 @@
"items": [
{
"id": 1,
"created_on": 1578010090,
"modified_on": 1578010095,
"created_at": 1578010090000,
"updated_at": 1578010095000,
"name": "default-site",
"value": {
"html": "<p>not found</p>",
@ -81,4 +77,4 @@
}
}
}
}
}