We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2870457 commit 6c840d0Copy full SHA for 6c840d0
uliweb_apijson/apijson/settings.ini
@@ -12,9 +12,9 @@ user = {
12
"secret_fields" : ["password"],
13
"GET" : { "roles" : ["ADMIN","OWNER"] },
14
"HEAD" : { "roles" : ["ADMIN","OWNER"] },
15
- "POST" : { "roles" : ["ADMIN","OWNER"] },
+ "POST" : { "roles" : ["ADMIN"] },
16
"PUT" : { "roles" : ["ADMIN","OWNER"] },
17
- "DELETE" : { "roles" : ["ADMIN","OWNER"] },
+ "DELETE" : { "roles" : ["ADMIN"] },
18
}
19
20
[FUNCTIONS]
0 commit comments