보드 생성 페이지

개별 스트링캣 생성 API

보드 생성

POST strcat.me/boards

Headers

NameTypeDescription

Authorization*

Bearer ~

Request Body

NameTypeDescription

title*

String

그룹 스트링캣 제목

theme*

String

테마 이름

(ex. calm)

groupId

String | null

그룹 스트링캣 | 개별 스트링캣 구분

HTTP/1.1 200 OK

{ 
  "data" : {
          "link": string
	}
}
Update 231118

groupId가 encrypted 된 것이어서 string으로 수정함

Update 231120
  • backgroundColor -> theme

Last updated