From fbdf057898475653c847601f257e140494944f46 Mon Sep 17 00:00:00 2001 From: Douwe Maan Date: Thu, 12 Oct 2017 10:26:13 +0200 Subject: Remove private_token from API user entity --- spec/fixtures/api/schemas/public_api/v4/user/login.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'spec/fixtures') 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" } } -- cgit v1.2.1