diff --git a/spec/requests/api/schemas/json/user_update_request.json b/spec/requests/api/schemas/json/user_update_request.json index 25dbb89ab39..16d37bf325d 100644 --- a/spec/requests/api/schemas/json/user_update_request.json +++ b/spec/requests/api/schemas/json/user_update_request.json @@ -4,12 +4,6 @@ "name": { "type": "string" }, - "email": { - "type": "string" - }, - "password": { - "type": "string" - }, "external_ids": { "type": "object" }