18 lines
464 B
YAML
18 lines
464 B
YAML
basePath: /
|
|
info:
|
|
contact:
|
|
email: d.israel.psa@gmail.com
|
|
name: Darrel Israel
|
|
description: This is the API for Authentication Microservice for UESS. It doesn't
|
|
support OAS 3.0 and is only for documentation purposes. The library used doesn't
|
|
support @server annotation.
|
|
title: UESS Authentication Microservice
|
|
version: "1.0"
|
|
paths: {}
|
|
securityDefinitions:
|
|
BearerToken:
|
|
in: header
|
|
name: Authorization
|
|
type: apiKey
|
|
swagger: "2.0"
|