mirror of
https://github.com/photoprism/photoprism.git
synced 2025-12-12 00:34:13 +01:00
This commit also adds an /api/v1/oauth/logout endpoint that allows clients to delete their sessions (access tokens) as needed. Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
@@ -19,9 +19,10 @@ import (
|
||||
|
||||
// PhotoUnstack removes a file from an existing photo stack.
|
||||
//
|
||||
// Request Parameters:
|
||||
// - uid: string Photo UID as returned by the API
|
||||
// - file_uid: string File UID as returned by the API
|
||||
// The request parameters are:
|
||||
//
|
||||
// - uid: string Photo UID as returned by the API
|
||||
// - file_uid: string File UID as returned by the API
|
||||
//
|
||||
// POST /api/v1/photos/:uid/files/:file_uid/unstack
|
||||
func PhotoUnstack(router *gin.RouterGroup) {
|
||||
|
||||
Reference in New Issue
Block a user