Skip to main content

Change Password

PUT 

/api/v1/user/:username/credential

x-public: "true"

Change password for user

Request

Path Parameters

    username stringrequired

    Possible values: non-empty and <= 128 characters

    Username

Body

required
    password stringrequired

    New Password

Responses

Successful operation

Loading...