Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 

36 lignes
1.1 KiB

  1. api_platform:
  2. title: Matsen API Platform
  3. version: 1.0.0
  4. formats:
  5. jsonld: [ 'application/ld+json' ]
  6. json: [ 'application/json' ]
  7. html: [ 'text/html' ]
  8. jsonhal: [ 'application/hal+json' ]
  9. docs_formats:
  10. jsonld: ['application/ld+json']
  11. json: [ 'application/json' ]
  12. jsonopenapi: ['application/vnd.openapi+json']
  13. html: ['text/html']
  14. defaults:
  15. stateless: true
  16. cache_headers:
  17. vary: ['Content-Type', 'Authorization', 'Origin']
  18. extra_properties:
  19. standard_put: true
  20. rfc_7807_compliant_errors: true
  21. pagination_client_items_per_page: true
  22. pagination_items_per_page: 10
  23. pagination_maximum_items_per_page: 50
  24. collection:
  25. pagination:
  26. items_per_page_parameter_name: itemsPerPage
  27. event_listeners_backward_compatibility_layer: false
  28. keep_legacy_inflector: false
  29. swagger:
  30. api_keys:
  31. JWT:
  32. name: Authorization
  33. type: header
  34. swagger_ui_extra_configuration:
  35. persistAuthorization: true