mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-05 04:29:23 +02:00
See #432: API endpoint to query tags
This commit is contained in:
parent
e11c1dfe29
commit
9f3076f4db
9 changed files with 135 additions and 9 deletions
|
@ -35,6 +35,7 @@ from funkwhale_api.users.oauth import scopes
|
|||
"get",
|
||||
),
|
||||
("api:v1:federation:library-follows-list", {}, "read:follows", "get"),
|
||||
("api:v1:tags-list", {}, "read:libraries", "get"),
|
||||
# admin / privileged stuff
|
||||
("api:v1:instance:admin-settings-list", {}, "read:instance:settings", "get"),
|
||||
(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue