Skip to content

We hope that information about API key authentication can be added to openapi.json. #7532

@TomNewChao

Description

@TomNewChao

Current situation: The API interface supports passing the api_key in the following ways, but this is not described in openapi.json.
api_key
“”“
Query 参数 apikey | /api/2/pads?apikey=xxx
Query 参数 api_key | /api/2/pads?api_key=xxx
Header apikey | apikey: xxx
Header api_key | api_key: xxx
Header authorization | authorization: xxx
”“”

Image

Our goal: We hope to add a description of how to pass the api_key in openapi.json.

Thanks

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions