refactor(server): album count (#2746)
* refactor(server): album count * chore: open api
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user