No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 
 

27 líneas
639 B

  1. api_platform:
  2. title: Imaq Platform
  3. version: 1.0.0
  4. formats:
  5. jsonld: ['application/ld+json']
  6. docs_formats:
  7. jsonld: ['application/ld+json']
  8. json: [ 'application/json' ]
  9. html: ['text/html']
  10. defaults:
  11. stateless: true
  12. cache_headers:
  13. vary: ['Content-Type', 'Authorization', 'Origin']
  14. extra_properties:
  15. standard_put: true
  16. pagination_client_items_per_page: true
  17. pagination_items_per_page: 50
  18. pagination_maximum_items_per_page: 100
  19. swagger:
  20. api_keys:
  21. JWT:
  22. name: Authorization
  23. type: header
  24. swagger_ui_extra_configuration:
  25. persistAuthorization: true