mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-05-31 04:50:10 +08:00
12 lines
257 B
YAML
12 lines
257 B
YAML
get:
|
|
summary: keystone v2验证token API
|
|
parameters:
|
|
- $ref: '../parameters/auth.yaml#/token'
|
|
responses:
|
|
200:
|
|
description: 角色列表信息
|
|
schema:
|
|
$ref: "../schemas/auth.yaml#/Auth2Response"
|
|
tags:
|
|
- authentication
|