mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-05-07 22:24:32 +08:00
14 lines
250 B
YAML
14 lines
250 B
YAML
type:
|
|
name: type
|
|
type: string
|
|
in: query
|
|
example: totp
|
|
description: 以type字段过滤列表结果, 例如totp, recovery_secret
|
|
|
|
user_id:
|
|
name: user_id
|
|
type: string
|
|
in: query
|
|
description: 以user_id过滤指定用户的credentials
|
|
|