79243422

Date: 2024-12-02 08:52:14
Score: 0.5
Natty:
Report link

With ApiPlatform v4, you can do this in config/packages/api_platform.yaml :

api_platform:
    swagger:
        api_keys:
            my_token_definition:
                name: X-Authorization
                type: header
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: tcoch