mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-05-17 04:27:47 +08:00
15 lines
250 B
YAML
15 lines
250 B
YAML
token:
|
|
name: token
|
|
type: string
|
|
in: path
|
|
required: true
|
|
description: keystone v2 token to be verified
|
|
|
|
token3:
|
|
name: X-Subject-Token
|
|
in: header
|
|
schema:
|
|
type: string
|
|
required: true
|
|
description: keystone v3 token to be verified
|