diff --git a/spec/requests/api/schemas/json/user_create_request.json b/spec/requests/api/schemas/json/user_create_request.json index ac5fc3265fb..92990832e57 100644 --- a/spec/requests/api/schemas/json/user_create_request.json +++ b/spec/requests/api/schemas/json/user_create_request.json @@ -14,7 +14,8 @@ "type": "string" }, "active": { - "type": "boolean" + "type": "boolean", + "description": "This param requires an api key in the request header or it will be ignored" }, "approved": { "type": "boolean"