Files
cloudpods/docs/identity/user_join.yaml
Qiu Jian e1f35f67e7 fix: deprecate old user/group joint project API, create new action apis
for add user/group to projects with roles
2019-08-17 18:44:33 +08:00

17 lines
395 B
YAML

post:
summary: 将用户以多个角色加入多个项目
parameters:
- $ref: '../parameters/user.yaml#/user_id'
- name: user
in: body
required: true
schema:
$ref: "../schemas/project.yaml#/ProjectJoinRequestInput"
responses:
200:
description: 用户信息
schema:
$ref: "../schemas/user.yaml#/UserGetResponse"
tags:
- users