更新用户信息。
说明
目前仅支持更新用户密码。
参数名 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | SetUser | 接口名称,当前 API 的名称为SetUser 。 |
Version | String | 是 | 2025-01-01 | 接口版本,当前 API 的版本为2025-01-01 。 |
Registry | String | 是 | artifacts-demo | 制品仓库实例名称。 |
Password | String | 是 | YWRtaW5AMTIzNA== | 用户登录密码。
说明 调用该接口时,原始密码必须首先进行 Base64 编码处理,然后再填写到此处。例如:如果您的原始密码为 |
POST https://open.volcengineapi.com/?Action=SetUser&Version=2025-01-01 Content-Type: application/json { "Registry": "artifacts-demo", "Password": "YWRtaW5AMTIzNA==" }
本接口无专有返回参数,公共返回参数请参见 返回结构。
HTTP/1.1: 200 OK Content-Type: application/json { "ResponseMetadata": { "RequestId": "20250101110420****100232280022D31", "Action": "SetUser", "Version": "2025-01-01", "Service": "artifacts", "Region": "cn-north-1" }, "Result": {} }