From 0c872e02b2c822e3397515ec324051ff540f0cd5 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Tue, 20 Dec 2022 14:22:11 +0000 Subject: Add latest changes from gitlab-org/gitlab@15-7-stable-ee --- .../api/schemas/public_api/v4/user/login.json | 35 ---------------------- 1 file changed, 35 deletions(-) delete mode 100644 spec/fixtures/api/schemas/public_api/v4/user/login.json (limited to 'spec/fixtures/api/schemas/public_api/v4/user/login.json') diff --git a/spec/fixtures/api/schemas/public_api/v4/user/login.json b/spec/fixtures/api/schemas/public_api/v4/user/login.json deleted file mode 100644 index aa066883c47..00000000000 --- a/spec/fixtures/api/schemas/public_api/v4/user/login.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "type": "object", - "required": [ - "id", - "username", - "email", - "name", - "state", - "avatar_url", - "web_url", - "created_at", - "is_admin", - "bio", - "location", - "skype", - "linkedin", - "twitter", - "website_url", - "organization", - "last_sign_in_at", - "confirmed_at", - "theme_id", - "color_scheme_id", - "projects_limit", - "current_sign_in_at", - "identities", - "can_create_group", - "can_create_project", - "two_factor_enabled", - "external" - ], - "properties": { - "$ref": "full.json" - } -} -- cgit v1.2.3