Sets the authentication method of a connection and associates the credentials This will remove any other authentication type set for the connection.
Credential details
{- "user_name": "string",
- "password": "string",
- "webhook_url": "string",
- "failover_url": "string"
}
{- "success": true,
- "message": "string",
- "reasons": {
- "property1": [
- "string"
], - "property2": [
- "string"
]
}
}
Updates the connection credentials with the values of the parameters passed. Any parameters not included in the request will be left unchanged.
Credential details
{- "user_name": "string",
- "password": "string",
- "webhook_url": "string",
- "failover_url": "string"
}
{- "success": true,
- "message": "string",
- "reasons": {
- "property1": [
- "string"
], - "property2": [
- "string"
]
}
}
Retrieve suggestions for user_name and password to use when setting the credentials associated with a connection.
{- "user_name": "string",
- "password": "string"
}