@Route("api/v1/org/dotnet") ปรับใช้ API Key
This commit is contained in:
parent
32282b016b
commit
eede5f51c4
4 changed files with 106 additions and 3 deletions
|
|
@ -29,6 +29,12 @@
|
|||
"name": "X-API-Key",
|
||||
"description": "API KEY สำหรับ Web Service",
|
||||
"in": "header"
|
||||
},
|
||||
"internalAuth": {
|
||||
"type": "apiKey",
|
||||
"name": "api-key",
|
||||
"description": "API KEY สำหรับ Internal Service (.NET, HRMS)",
|
||||
"in": "header"
|
||||
}
|
||||
},
|
||||
"tags": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue