refactor(server): album count (#2746)

* refactor(server): album count

* chore: open api
This commit is contained in:
Jason Rasmussen
2023-06-16 11:48:48 -04:00
committed by GitHub
parent 441ee2ef90
commit 07f7fffae7
21 changed files with 100 additions and 95 deletions

View File

@@ -95,9 +95,9 @@
]
}
},
"/album/count-by-user-id": {
"/album/count": {
"get": {
"operationId": "getAlbumCountByUserId",
"operationId": "getAlbumCount",
"parameters": [],
"responses": {
"200": {
@@ -4530,14 +4530,14 @@
"shared": {
"type": "integer"
},
"sharing": {
"notShared": {
"type": "integer"
}
},
"required": [
"owned",
"shared",
"sharing"
"notShared"
]
},
"AlbumResponseDto": {