修改AK状态
接口描述
POST /v1/users/{user_id}/aks/{ak_id}:changeStatus
修改AK状态
请求头(Request Header)
请求参数(Request Parameters)
名称 | 位置 | 类型 | 必须 | 描述 |
---|---|---|---|---|
user_id | path | string(uuid) | true | 用户id |
ak_id | path | string(uuid) | true | AK id |
请求体(Request Body)
名称 | 位置 | 类型 | 必须 | 描述 |
---|---|---|---|---|
body | body | ChangeAkStatusRequest | true | none |
请求示例(Request Example)
curl --request POST \
--url https://example.com/v1/users/497f6eca-6276-4993-bfeb-53cbbbba6f08/aks/497f6eca-6276-4993-bfeb-53cbbbba6f08:changeStatus \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {access-token}' \
--header 'Content-Type: application/json' \
--data '{"user_id":"a169451c-8525-4352-b8ca-070dd449a1a5","ak_id":"86bf499c-f234-45e3-9a6d-cce6a0b08aec","operate":"string"}'
响应参数(Response Parameters)
Status | Meaning | Description | Schema |
---|---|---|---|
200 | OK | OK | None |
响应示例(Response Example)
200 Response
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
数据结构(Schemas)
ChangeAkStatusRequest
名称 | 类型 | 必须 | 限制 | 描述 |
---|---|---|---|---|
user_id | string(uuid) | true | none | 用户id |
ak_id | string(uuid) | true | none | AK id |
operate | string | true | none | 操作 |