Credentials
Update Credentials
Update the details of a specific credential. You can update the name, URL, icon, username, and additional information associated with the credential.
PUT
/
credentials
/
{id}
Authorizations
x-api-key
string
headerrequiredPath Parameters
id
string
requiredThe unique identifier of the credential.
Body
application/json
username
string
The username associated with the account.
password
string
The password associated with the account.
additionalInfo
string
Any additional information you would like to share about the account.
Response
200 - application/json
success
boolean