Mar 25, 2026

by 강민재HomeInsightMemoLog

API Specification Template

### 기능 이름
설명
- **HTTP Method**:
- **URL**:
### Request
#### Path Variable
 
| **이름** | **타입** | **설명** | **필수** |
| ------ | ------ | ------ | ------ |
|        |        |        |        |
#### Header
 
| 이름  | 내용  | 필수  |
| --- | --- | --- |
|     |     |     |
#### Body
 
| 이름  | 타입  | 설명  | 세부사항 |
| --- | --- | --- | ---- |
|     |     |     |      |
### Response
#### Header
 
| 이름  | 내용  |
| --- | --- |
|     |     |
#### Body
 
| 이름  | 타입  | 설명  |
| --- | --- | --- |
|     |     |     |
### Example
#### Request
```json
 
```
#### Response 성공
```json
 
```
#### Response 실패 - 케이스이름
```json
 
```
 

기능 이름

설명

  • HTTP Method:
  • URL:

Request

Path Variable

이름타입설명필수

Header

이름내용필수

Body

이름타입설명세부사항

Response

Header

이름내용

Body

이름타입설명

Example

Request

 

Response 성공

 

Response 실패 - 케이스이름