Skip to content

Commit e5d54e7

Browse files
committed
4.24.0 --> 24.0.0
1 parent 151cee7 commit e5d54e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/user-authenticators/oauth2/src/main/java/org/apache/cloudstack/oauth2/api/command/RegisterOAuthProviderCmd.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ public class RegisterOAuthProviderCmd extends BaseCmd {
7979
@Parameter(name = ApiConstants.TOKEN_URL, type = CommandType.STRING, description = "Token URL for OAuth finalization (only required for keycloak provider)")
8080
private String tokenUrl;
8181

82-
@Parameter(name = ApiConstants.ENABLED, type = CommandType.BOOLEAN, description = "OAuth provider will be enabled or disabled based on this value", since = "4.24.0")
82+
@Parameter(name = ApiConstants.ENABLED, type = CommandType.BOOLEAN, description = "OAuth provider will be enabled or disabled based on this value", since = "24.0.0")
8383
private Boolean enabled;
8484

8585
@Parameter(name = ApiConstants.DETAILS, type = CommandType.MAP,

0 commit comments

Comments
 (0)