Skip to content

Commit fc04e4b

Browse files
Ove EwerlidDaanHoogland
authored andcommitted
CLOUDSTACK-6570 API breakage of the UpdateUser API call
1 parent aae1424 commit fc04e4b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

api/src/org/apache/cloudstack/api/command/admin/user/UpdateUserCmd.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public class UpdateUserCmd extends BaseCmd {
4545
//////////////// API parameters /////////////////////
4646
/////////////////////////////////////////////////////
4747

48-
@Parameter(name = ApiConstants.API_KEY, type = CommandType.STRING, description = "The API key for the user. Must be specified with userSecretKey")
48+
@Parameter(name = ApiConstants.USER_API_KEY, type = CommandType.STRING, description = "The API key for the user. Must be specified with userSecretKey")
4949
private String apiKey;
5050

5151
@Parameter(name = ApiConstants.EMAIL, type = CommandType.STRING, description = "email")
@@ -65,7 +65,7 @@ public class UpdateUserCmd extends BaseCmd {
6565
description = "Clear text password (default hashed to SHA256SALT). If you wish to use any other hasing algorithm, you would need to write a custom authentication adapter")
6666
private String password;
6767

68-
@Parameter(name = ApiConstants.SECRET_KEY, type = CommandType.STRING, description = "The secret key for the user. Must be specified with userApiKey")
68+
@Parameter(name = ApiConstants.SECRET_KEY, type = CommandType.STRING, description = "The secret key for the user. Must be specified with userSecretKey")
6969
private String secretKey;
7070

7171
@Parameter(name = ApiConstants.TIMEZONE,

0 commit comments

Comments
 (0)