URI

/categories

Description

Method

Header

Name Description Type Value Example Nullable

Path variable

Name Description Type Value Example Nullable

Query Param

Name Description Type Value Example Nullable

Request Body

Name Description Type Value Example Nullable
categoryList 카테고리 정보 리스트 Array {categoryName, time, color} {
"categoryList" : [
{
"categoryName": "커트1",
"time": "0130",
"color": "#000000"
},
{
"categoryName": "커트2",
"time": "0300",
"color": "#111111"
}
]
} X
categoryName 카테고리명 string - “categoryName” X
time 진행 시간 string - "0130” X
color 카테고리 색상 string - “#000000” X

Response

200