After the API client has the URL of a credential item, to update its login details, the client should perform a PUT request on the credential item, with the new details in the request body, in JSON format. The account name and credential URL cannot be changed.
Request syntax:
PUT <credentials-url>
{"username":"<username>","password":"<password>"}
The above parameters are:
Parameter |
Description |
---|---|
<username> |
The username for login, in format: |
<password> |
The password for login |
The response includes the updated credential object.
Comments
0 comments
Please sign in to leave a comment.