Skip to content

Commit

Permalink
ZCS-16350: Modified the documentation to take into account changes ma…
Browse files Browse the repository at this point in the history
…de in changePasswordRequest
  • Loading branch information
Gopal-Moolchandani authored and dasiyogesh committed Jan 27, 2025
1 parent c3f5779 commit 72c8e4e
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@
import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.bind.annotation.XmlType;

/**
* @zm-api-command-auth-required true
* @zm-api-command-admin-auth-required true
* @zm-api-command-description Change Password
*/
@XmlRootElement(name= AdminConstants.E_CHANGE_PASSWORD_REQUEST)
@XmlType(propOrder = {})
public class ChangePasswordRequest {
Expand Down

0 comments on commit 72c8e4e

Please sign in to comment.