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
”“”
Our goal: We hope to add a description of how to pass the api_key in openapi.json.
Thanks
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
”“”
Our goal: We hope to add a description of how to pass the api_key in openapi.json.
Thanks