asg-server/api/swagger.yaml
Aleksandr Soloshenko 159523154a Initial commit
2022-10-06 09:12:01 +07:00

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"