diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-06-27 15:14:04 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-06-27 15:14:04 -0400 |
commit | 6c772de184505ae339a970631c8e98f3e3b6e5f0 (patch) | |
tree | 47aaafd9ef996041c7857db72ad1d274d7b44c42 /docs | |
parent | e6e286be8315345bed575712b338629e4ba76bcb (diff) |
Remove column default_project_id for users because it's useless now
Diffstat (limited to 'docs')
-rw-r--r-- | docs/api-json-rpc.markdown | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/api-json-rpc.markdown b/docs/api-json-rpc.markdown index 0d192db3..e54c3a13 100644 --- a/docs/api-json-rpc.markdown +++ b/docs/api-json-rpc.markdown @@ -2367,7 +2367,6 @@ Response example: - **name** (string, optional) - **email** (string, optional) - **is_admin** Set the value 1 for admins or 0 for regular users (integer, optional) - - **default_project_id** (integer, optional) - Result on success: **user_id** - Result on failure: **false** @@ -2402,7 +2401,6 @@ Response example: - **username** (string, optional if email is set) - **email** (string, optional if username is set) - **is_admin** Set the value 1 for admins or 0 for regular users (integer, optional) - - **default_project_id** (integer, optional) - Result on success: **user_id** - Result on failure: **false** @@ -2464,7 +2462,6 @@ Response example: "username": "biloute", "password": "$2y$10$dRs6pPoBu935RpmsrhmbjevJH5MgZ7Kr9QrnVINwwyZ3.MOwqg.0m", "is_admin": "0", - "default_project_id": "0", "is_ldap_user": "0", "name": "", "email": "", @@ -2506,7 +2503,6 @@ Response example: "name": "", "email": "", "is_admin": "0", - "default_project_id": "0", "is_ldap_user": "0", "notifications_enabled": "0", "google_id": null, @@ -2526,7 +2522,6 @@ Response example: - **name** (string, optional) - **email** (string, optional) - **is_admin** (integer, optional) - - **default_project_id** (integer, optional) - Result on success: **true** - Result on failure: **false** |