You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
786 B
23 lines
786 B
nelmio_api_doc:
|
|
documentation:
|
|
# servers:
|
|
# - url: http://api.example.com/unsafe
|
|
# description: API over HTTP
|
|
# - url: https://api.example.com/secured
|
|
# description: API over HTTPS
|
|
info:
|
|
title: Api puertos Desytel
|
|
description: Definiciónd el API de puertos para aplicaciones moviles
|
|
version: 1.0.0
|
|
components:
|
|
securitySchemes:
|
|
Bearer:
|
|
type: http
|
|
scheme: bearer
|
|
bearerFormat: JWT
|
|
security:
|
|
- Bearer: [ ]
|
|
areas: # to filter documented areas
|
|
default:
|
|
path_patterns:
|
|
- ^/api(?!/doc$) # Accepts routes under /api except /api/doc
|