Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 

33 linhas
1013 B

  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. jsonopenapi: ['application/vnd.openapi+json']
  12. html: ['text/html']
  13. defaults:
  14. stateless: true
  15. cache_headers:
  16. vary: ['Content-Type', 'Authorization', 'Origin']
  17. extra_properties:
  18. standard_put: true
  19. rfc_7807_compliant_errors: true
  20. pagination_client_items_per_page: true
  21. pagination_items_per_page: 10
  22. pagination_maximum_items_per_page: 50
  23. collection:
  24. pagination:
  25. items_per_page_parameter_name: itemsPerPage
  26. event_listeners_backward_compatibility_layer: false
  27. keep_legacy_inflector: false
  28. swagger:
  29. api_keys:
  30. JWT:
  31. name: Authorization
  32. type: header