mirror of
https://github.com/photoprism/photoprism.git
synced 2026-04-23 00:17:25 +08:00
API: Improve Swagger annotations and update swagger.json
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
@@ -12568,9 +12568,9 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"summary": "renders the generic share landing page",
|
||||
"summary": "creates a session using the specified share token and renders the generic sharing bootstrap page",
|
||||
"tags": [
|
||||
"Shares"
|
||||
"Sharing"
|
||||
]
|
||||
}
|
||||
},
|
||||
@@ -12610,9 +12610,9 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"summary": "renders the album/page view for an individual share",
|
||||
"summary": "creates a session with the specified share token and redirects to the shared content",
|
||||
"tags": [
|
||||
"Shares"
|
||||
"Sharing"
|
||||
]
|
||||
}
|
||||
},
|
||||
@@ -12654,7 +12654,7 @@
|
||||
},
|
||||
"summary": "returns a share preview image when the token is valid",
|
||||
"tags": [
|
||||
"Shares"
|
||||
"Sharing"
|
||||
]
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user