@Route("api/v1/org/dotnet") ปรับใช้ API Key

This commit is contained in:
harid 2026-05-25 17:34:24 +07:00
parent 32282b016b
commit eede5f51c4
4 changed files with 106 additions and 3 deletions

View file

@ -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": [