ogcore/config/packages/api_platform.yaml

18 lines
500 B
YAML

api_platform:
title: 'OgCore API'
description: 'API Documentation for OgCore'
version: 1.0.0
formats:
jsonld: ['application/ld+json']
docs_formats:
jsonld: ['application/ld+json']
jsonopenapi: ['application/vnd.openapi+json']
html: ['text/html']
keep_legacy_inflector: false
use_symfony_listeners: true
swagger:
versions: [3]
api_keys:
apiKey:
name: Authorization
type: header