mirror of
https://github.com/makayabou/asg-server.git
synced 2026-05-02 17:43:36 +02:00
22 lines
488 B
YAML
22 lines
488 B
YAML
basePath: /api
|
|
host: localhost:3000
|
|
info:
|
|
contact:
|
|
email: capcom@soft-c.ru
|
|
name: Aleksandr Soloshenko
|
|
description: Авторизацию устройства по токену
|
|
title: SMS-шлюз - API сервера
|
|
version: 1.0.0
|
|
paths: {}
|
|
schemes:
|
|
- http
|
|
securityDefinitions:
|
|
ApiAuth:
|
|
type: basic
|
|
MobileToken:
|
|
description: Авторизацию устройства по токену
|
|
in: header
|
|
name: Authorization
|
|
type: apiKey
|
|
swagger: "2.0"
|