보드 생성 페이지
개별 스트링캣 생성 API

보드 생성
POST
strcat.me/boards
Headers
Name
Type
Description
Authorization*
Bearer ~
Request Body
Name
Type
Description
title*
String
그룹 스트링캣 제목
theme*
String
테마 이름
(ex. calm)
groupId
String | null
그룹 스트링캣 | 개별 스트링캣 구분
HTTP/1.1 200 OK
{
"data" : {
"link": string
}
}
Last updated