Files
cloudpods/docs/cloudaccount/update-credential.yaml
2019-08-01 18:09:41 +08:00

16 lines
431 B
YAML

post:
summary: 更新云账号密码
parameters:
- $ref: '../parameters/cloudaccount.yaml#/cloudaccountId'
- in: body
name: cloudaccount
required: true
schema:
$ref: '../schemas/cloudaccount.yaml#/CloudaccountUpdateCredential'
responses:
200:
description: 云账号信息
schema:
$ref: '../schemas/cloudaccount.yaml#/CloudaccountResponse'
tags:
- cloudaccount