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