summaryrefslogtreecommitdiff
path: root/spec/fixtures
diff options
context:
space:
mode:
authorDouwe Maan <douwe@selenight.nl>2017-10-12 10:26:13 +0200
committerDouwe Maan <douwe@selenight.nl>2017-11-02 11:39:01 +0100
commitfbdf057898475653c847601f257e140494944f46 (patch)
tree66da6450d9c3cb0438561e53d0fc8ced2a514279 /spec/fixtures
parenta72d687931fa5be3b8828fa202e61d42c607dae1 (diff)
downloadgitlab-ce-fbdf057898475653c847601f257e140494944f46.tar.gz
Remove private_token from API user entity
Diffstat (limited to 'spec/fixtures')
-rw-r--r--spec/fixtures/api/schemas/public_api/v4/user/login.json6
1 files changed, 2 insertions, 4 deletions
diff --git a/spec/fixtures/api/schemas/public_api/v4/user/login.json b/spec/fixtures/api/schemas/public_api/v4/user/login.json
index e6c1d9c9d84..aa066883c47 100644
--- a/spec/fixtures/api/schemas/public_api/v4/user/login.json
+++ b/spec/fixtures/api/schemas/public_api/v4/user/login.json
@@ -27,11 +27,9 @@
"can_create_group",
"can_create_project",
"two_factor_enabled",
- "external",
- "private_token"
+ "external"
],
"properties": {
- "$ref": "full.json",
- "private_token": { "type": "string" }
+ "$ref": "full.json"
}
}