Files
sam-api/docs/api-docs.json

34 lines
813 B
JSON
Raw Normal View History

2025-07-17 10:05:47 +09:00
{
"openapi": "3.0.0",
"info": {
"title": "SAM API Documentation",
"description": "SAM(Semi-Automatics Management) API 입니다.",
"contact": {
"email": "shine1324@gmail.com"
},
"version": "1.0.0"
},
"servers": [
{
"url": "https://api.5130.co.kr",
"description": "SAM API 서버"
},
{
"url": "/api"
}
],
"paths": {
"/test": {
"get": {
"summary": "API 테스트 엔드포인트",
"operationId": "bf9b146e21b1276a3e98214e036f0bde",
"responses": {
"200": {
"description": "성공 응답"
}
}
}
}
}
}