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.
24 lines
862 B
24 lines
862 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 Gestor Documental Principado de Asturias
|
|
description: Definición del API de traducción del Principado de Asturias
|
|
version: 1.0.0
|
|
components:
|
|
securitySchemes:
|
|
Bearer:
|
|
type: http
|
|
scheme: bearer
|
|
bearerFormat: JWT
|
|
security:
|
|
- Bearer: []
|
|
areas:
|
|
default:
|
|
path_patterns:
|
|
- ^/api(?!/docs$) # Accepts routes under /api except /api/doc
|
|
- ^/api(?!/context$) # Accepts routes under /api except /api/context
|