File tree Expand file tree Collapse file tree 1 file changed +14
-8
lines changed
backend/schema/paths/users Expand file tree Collapse file tree 1 file changed +14
-8
lines changed Original file line number Diff line number Diff line change 11{
22 "operationId" : " createUser" ,
33 "summary" : " Create a User" ,
4- "tags" : [" users" ],
4+ "tags" : [
5+ " users"
6+ ],
57 "security" : [
68 {
7- "bearerAuth" : [" admin" ]
9+ "bearerAuth" : [
10+ " admin"
11+ ]
812 }
913 ],
1014 "requestBody" : {
1519 "schema" : {
1620 "type" : " object" ,
1721 "additionalProperties" : false ,
18- "required" : [" name" , " nickname" , " email" ],
22+ "required" : [
23+ " name" ,
24+ " nickname" ,
25+ " email"
26+ ],
1927 "properties" : {
2028 "name" : {
2129 "$ref" : " ../../components/user-object.json#/properties/name"
6169 "name" : " Jamie Curnow" ,
6270 "nickname" : " James" ,
6371 "avatar" : " //www.gravatar.com/avatar/6193176330f8d38747f038c170ddb193?default=mm" ,
64- "roles" : [" admin" ],
72+ "roles" : [
73+ " admin"
74+ ],
6575 "permissions" : {
66- "id" : 3 ,
67- "created_on" : " 2020-01-30T09:41:04.000Z" ,
68- "modified_on" : " 2020-01-30T09:41:04.000Z" ,
69- "user_id" : 2 ,
7076 "visibility" : " user" ,
7177 "proxy_hosts" : " manage" ,
7278 "redirection_hosts" : " manage" ,
You can’t perform that action at this time.
0 commit comments