"description": "Failed to get website meta with url: %s"
}
}
}
},
"/o/r/{resourceId}": {
"get": {
"description": "*Swagger UI may have problems displaying other file types than images",
...
...
@@ -2002,20 +1968,6 @@ const docTemplate = `{
}
},
"definitions": {
"getter.HTMLMeta": {
"type": "object",
"properties": {
"description": {
"type": "string"
},
"image": {
"type": "string"
},
"title": {
"type": "string"
}
}
},
"github_com_usememos_memos_store.UserSetting": {
"type": "object",
"properties": {
...
...
@@ -2033,6 +1985,14 @@ const docTemplate = `{
"profile.Profile": {
"type": "object",
"properties": {
"driver": {
"description": "Driver is the database driver\nsqlite, mysql",
"type": "string"
},
"dsn": {
"description": "DSN points to where Memos stores its own data",
"type": "string"
},
"mode": {
"description": "Mode can be \"prod\" or \"dev\" or \"demo\"",
"type": "string"
...
...
@@ -2139,8 +2099,11 @@ const docTemplate = `{
"id": {
"type": "integer"
},
"parentID": {
"description": "Composed fields\nFor those comment memos, the parent ID is the memo ID of the memo being commented.\nIf the parent ID is nil, then this memo is not a comment.",