mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-05-23 13:00:18 +08:00
30 lines
432 B
YAML
30 lines
432 B
YAML
project_domain:
|
|
name: project_domain
|
|
type: string
|
|
in: query
|
|
description: 以域的名称或者ID过滤列表结果
|
|
|
|
project_id:
|
|
name: project_id
|
|
type: string
|
|
in: path
|
|
description: 项目ID
|
|
|
|
user_id:
|
|
name: user_id
|
|
type: string
|
|
in: path
|
|
description: 用户ID
|
|
|
|
group_id:
|
|
name: group_id
|
|
type: string
|
|
in: path
|
|
description: 组ID
|
|
|
|
role_id:
|
|
name: role_id
|
|
type: string
|
|
in: path
|
|
description: 角色ID
|