Commit 1b205cbc authored by Marin Jankovski's avatar Marin Jankovski

Update user api documentation

parent ac6180bc
...@@ -43,7 +43,8 @@ GET /users ...@@ -43,7 +43,8 @@ GET /users
"theme_id": 1, "theme_id": 1,
"color_scheme_id": 3, "color_scheme_id": 3,
"is_admin": false, "is_admin": false,
"can_create_group": true "can_create_group": true,
"can_create_project": true
} }
] ]
``` ```
...@@ -78,7 +79,8 @@ Parameters: ...@@ -78,7 +79,8 @@ Parameters:
"theme_id": 1, "theme_id": 1,
"color_scheme_id": 2, "color_scheme_id": 2,
"is_admin": false, "is_admin": false,
"can_create_group": true "can_create_group": true,
"can_create_project": true
} }
``` ```
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment