| 12345678910111213141516171819202122232425262728293031323334 |
- api_platform:
- title: 'SNC Demo API'
- version: '1.0'
- mapping:
- paths: ['%kernel.project_dir%/src/Entity']
- patch_formats:
- json: ['application/merge-patch+json']
- swagger:
- versions: [3]
- api_keys:
- apiKey:
- name: Authorization
- type: header
- enable_docs: true
- enable_swagger: true
- enable_swagger_ui: true
- formats:
- jsonld:
- mime_types: ['application/ld+json']
- json:
- mime_types: ['application/json']
- html:
- mime_types: ['text/html']
- docs_formats:
- jsonld: ['application/ld+json']
- jsonopenapi: ['application/vnd.openapi+json']
- html: ['text/html']
- defaults:
- stateless: true
- cache_headers:
- vary: ['Content-Type', 'Authorization', 'Origin']
- extra_properties:
- standard_put: true
- rfc_7807_compliant_errors: true
|