mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-19 05:55:19 +00:00
add user publicapi.json
This commit is contained in:
15
user/publicapi.json
Normal file
15
user/publicapi.json
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
{
|
||||||
|
"name": "user",
|
||||||
|
"icon": "👤",
|
||||||
|
"category": "user",
|
||||||
|
"pricing": {
|
||||||
|
"User.Create": 1,
|
||||||
|
"User.Read": 1,
|
||||||
|
"User.Update": 1,
|
||||||
|
"User.Delete": 1,
|
||||||
|
"User.UpdatePassword": 1,
|
||||||
|
"User.Login": 1,
|
||||||
|
"User.Logout": 1,
|
||||||
|
"User.ReadSession": 1
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user