Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Léo-Paul Géneau
gitlab-ce
Commits
517ce4e5
Commit
517ce4e5
authored
Dec 08, 2016
by
Rémy Coutable
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove `organization` from the user JSON API schema
Signed-off-by:
Rémy Coutable
<
remy@rymai.me
>
parent
390f8bc7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
3 deletions
+0
-3
spec/fixtures/api/schemas/user/login.json
spec/fixtures/api/schemas/user/login.json
+0
-1
spec/fixtures/api/schemas/user/public.json
spec/fixtures/api/schemas/user/public.json
+0
-2
No files found.
spec/fixtures/api/schemas/user/login.json
View file @
517ce4e5
...
...
@@ -16,7 +16,6 @@
"linkedin"
,
"twitter"
,
"website_url"
,
"organization"
,
"last_sign_in_at"
,
"confirmed_at"
,
"theme_id"
,
...
...
spec/fixtures/api/schemas/user/public.json
View file @
517ce4e5
...
...
@@ -16,7 +16,6 @@
"linkedin"
,
"twitter"
,
"website_url"
,
"organization"
,
"last_sign_in_at"
,
"confirmed_at"
,
"theme_id"
,
...
...
@@ -51,7 +50,6 @@
"linkedin"
:
{
"type"
:
"string"
},
"twitter"
:
{
"type"
:
"string "
},
"website_url"
:
{
"type"
:
"string"
},
"organization"
:
{
"type"
:
[
"string"
,
"null"
]
},
"last_sign_in_at"
:
{
"type"
:
"date"
},
"confirmed_at"
:
{
"type"
:
[
"date"
,
"null"
]
},
"theme_id"
:
{
"type"
:
"integer"
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment