25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

29 lines
673 B

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