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

16 lines
434 B
YAML

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