File tree Expand file tree Collapse file tree 1 file changed +20
-3
lines changed
backend/schema/paths/users/userID Expand file tree Collapse file tree 1 file changed +20
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "operationId" : " getUser" ,
33 "summary" : " Get a user" ,
4- "tags" : [" users" ],
4+ "tags" : [
5+ " users"
6+ ],
57 "security" : [
68 {
7- "bearerAuth" : [" admin" ]
9+ "bearerAuth" : [
10+ " admin"
11+ ]
812 }
913 ],
1014 "parameters" : [
2630 "required" : true ,
2731 "description" : " User ID or 'me' for yourself" ,
2832 "example" : 1
33+ },
34+ {
35+ "in" : " query" ,
36+ "name" : " expand" ,
37+ "description" : " Expansions" ,
38+ "schema" : {
39+ "type" : " string" ,
40+ "enum" : [
41+ " permissions"
42+ ]
43+ }
2944 }
3045 ],
3146 "responses" : {
4459 "name" : " Jamie Curnow" ,
4560 "nickname" : " James" ,
4661 "avatar" : " //www.gravatar.com/avatar/6193176330f8d38747f038c170ddb193?default=mm" ,
47- "roles" : [" admin" ]
62+ "roles" : [
63+ " admin"
64+ ]
4865 }
4966 }
5067 },
You can’t perform that action at this time.
0 commit comments