vishesh92 commented on code in PR #11462:
URL: https://github.com/apache/cloudstack/pull/11462#discussion_r2394296798
##########
plugins/user-authenticators/ldap/src/main/java/org/apache/cloudstack/api/command/LdapDeleteConfigurationCmd.java:
##########
@@ -40,8 +40,10 @@ public class LdapDeleteConfigurationCmd extends BaseCmd {
@Inject
private LdapManager _ldapManager;
+ @Parameter(name = ApiConstants.ID, type = CommandType.UUID, required =
false, entityType = LdapConfigurationResponse.class, description = "ID of the
LDAP configuration")
Review Comment:
```suggestion
@Parameter(name = ApiConstants.ID, type = CommandType.UUID, required =
false, entityType = LdapConfigurationResponse.class, description = "ID of the
LDAP configuration. When id is passed, other parameters are ignored.")
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]