columns
컬럼 관리
칼럼 생성
칼럼 생성
POST
https://www.elephantcodingclub.site/api/boards/{board_id}/columns
Path Parameters
board_id*
Long
보드 식별값
Cookies
AccessToken*
String
JWT 토큰값
RefreshToken*
String
JWT 토큰값
Request Body
title*
String
칼럼 제목
칼럼 수정
칼럼 수정
PUT
https://www.elephantcodingclub.site/api/boards/{board_id}/columns/{column_id}
Path Parameters
board_id*
Long
보드의 ID 값
column_id*
Long
컬럼의 ID 값
Cookies
AccessToken*
String
JWT 토큰값
RefreshToken*
String
JWT 토큰값
Request Body
title*
String
칼럼 새 제목
칼럼 삭제
칼럼 삭제
DELETE
https://www.elephantcodingclub.site/api/boards/{board_id}/columns/{column_id}
Path Parameters
board_id*
Long
보드의 ID 값
column_id*
Long
컬럼의 ID 값
Cookies
AccessToken*
String
JWT 토큰값
RefreshToken*
String
JWT 토큰값
칼럼 이동
칼럼 이동
PATCH
https://www.elephantcodingclub.site/api/boards/{board_id}/columns/{column_id}
Path Parameters
board_id*
Long
보드의 ID 값
column_id*
Long
컬럼의 ID 값
Cookies
AccessToken*
String
JWT 토큰값
RefreshToken*
String
JWT 토큰값
Request Body
order_num*
int
칼럼 순서
Last updated