Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- api_platform:
- title: blogbuddy API
- version: 0.0.1
- show_webby: false
- # Mercure integration, remove if unwanted
- mercure:
- include_type: true
- formats:
- jsonld: ['application/ld+json']
- json: ['application/json']
- error_formats:
- jsonproblem:
- mime_types: [ 'application/problem+json' ]
- jsonld:
- mime_types: [ 'application/ld+json' ]
- docs_formats:
- jsonld: ['application/ld+json']
- jsonopenapi: ['application/vnd.openapi+json']
- html: ['text/html']
- # Good defaults for REST APIs
- defaults:
- stateless: true
- cache_headers:
- vary: ['Content-Type', 'Authorization', 'Origin']
- extra_properties:
- standard_put: true
- rfc_7807_compliant_errors: true
- event_listeners_backward_compatibility_layer: false
- keep_legacy_inflector: false
- swagger:
- api_keys:
- JWT:
- name: Authorization
- type: header
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement