Videos support
This commit is contained in:
@@ -49,7 +49,10 @@ oauth2_scheme = OAuth2PasswordBearer(
|
||||
"albums.write": "Modify albums.",
|
||||
"photos.list": "List photos.",
|
||||
"photos.read": "View photos.",
|
||||
"photos.write": "Modify photos."
|
||||
"photos.write": "Modify photos.",
|
||||
"videos.list": "List videos.",
|
||||
"videos.read": "View videos.",
|
||||
"videos.write": "Modify videos."
|
||||
},
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user