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