Confirm a band logo upload and record it on the band
POST/api/band/logo/confirm
POST
/api/band/logo/confirm
Owner / manager only. Verifies the stored object before persisting.
Authorizations
Section titled “Authorizations”Request Body
Section titled “Request Body”object
filePath
required
string
Responses
Section titled “Responses”Logo recorded
object
ok
required
boolean
data
Invalid path / object missing / too large
object
ok
required
boolean
error
required
string
code
string
Unauthenticated
object
ok
required
boolean
error
required
string
code
string
Forbidden / no permission
object
ok
required
boolean
error
required
string
code
string
Server error
object
ok
required
boolean
error
required
string
code
string
