feat(web): show original uploader in shared album photo details (#3977)
* feat(web): show original uploader in shared album photo details * feat: send owner in asset by id response * chore: open api * fix: linting * fix: change to Shared By * openapi * openapi * api * styling --------- Co-authored-by: Jason Rasmussen <jrasm91@gmail.com> Co-authored-by: Alex <alex.tran1502@gmail.com>
This commit is contained in:
@@ -5208,6 +5208,9 @@
|
||||
"originalPath": {
|
||||
"type": "string"
|
||||
},
|
||||
"owner": {
|
||||
"$ref": "#/components/schemas/UserResponseDto"
|
||||
},
|
||||
"ownerId": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -5246,8 +5249,8 @@
|
||||
"type",
|
||||
"id",
|
||||
"deviceAssetId",
|
||||
"ownerId",
|
||||
"deviceId",
|
||||
"ownerId",
|
||||
"originalPath",
|
||||
"originalFileName",
|
||||
"resized",
|
||||
|
||||
Reference in New Issue
Block a user