To add new credentials to the credential store, the client should perform a POST request on the credential store, with the new credentials' details in the request body, in JSON format.
Request syntax:
POST <credentials-store-url>
{"accountname":"<name>","username":"<username>","password":"<password>"}
The above parameters are:
Parameter |
Description |
---|---|
<name> |
A descriptive label for the account |
<username> |
The username for login, in format: |
<password> |
The password for login |
The response includes a new credential object, with a URL that can be used in subsequent requests.
Comments
0 comments
Please sign in to leave a comment.