atlassian / go-artifactory

Go library for artifactory REST API
Apache License 2.0
23 stars 28 forks source link

bugfix: Parameter of ChangePassword() #18

Closed janggwan-im closed 5 years ago

janggwan-im commented 5 years ago

The field "username" in the json body should be "userName" to properly work. Otherwise, we will get the response "400 [{Status:400 Message:Username cannot be empty}]"