Updates a user authentication credential.
Operation description
Updates the configuration of a specific user authentication credential.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ConnectorId |
string |
Yes |
The ID of the connector. |
connector-6b8df2297dca4a5f8f15 |
| ConnectorVersion |
string |
No |
The connector version. |
1 |
| AuthConfigId |
string |
Yes |
The ID of the credential. |
uac-42b60d53bcce466d9d08 |
| AuthConfigName |
string |
No |
The name of the credential. |
name |
| AuthConfig |
string |
No |
The user authentication credential, provided as a JSON string. |
{\"apiKey\": \"************\"} |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response object. |
||
| RequestId |
string |
The unique request ID. |
83C6468F-3D68-5791-860E-29AB8FCACC73 |
Examples
Success response
JSON format
{
"RequestId": "83C6468F-3D68-5791-860E-29AB8FCACC73"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.