cards
카드 관리
Last updated
카드 관리
Last updated
카드 조회
GET
https://www.elephantcodingclub.site/api/cards/{card_id}
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
카드 생성
POST
https://www.elephantcodingclub.site/api/columns/{column_id}/cards
Name | Type | Description |
---|---|---|
카드 수정
PUT
https://www.elephantcodingclub.site/api/cards/{card_id}
카드 삭제
DELETE
https://www.elephantcodingclub.site/api/boards/{board_id}/columns/cards/{card_id}
카드 이동
PUT
https://www.elephantcodingclub.site/api/cards/{card_id}/orders
카드 담당자 변경
PATCH
https://www.elephantcodingclub.site/api/cards/{card_id}
캘린더에 표시할 카드 내역
GET
https://www.elephantcodingclub.site/api/boards/{board_id}/cards
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
card_id*
Long
카드 id
AccessToken*
String
JWT
RefreshToken*
String
JWT
column_id*
Long
컬럼 id
AccessToken*
String
JWT
RefreshToken*
String
JWT
title*
String
카드 제목
content*
String
카드 내용
expired_at*
LocalDateTime
만료 시간
card_id*
Long
카드 id
AccessToken*
String
JWT
RefreshToken*
String
JWT
title
String
카드 제목
content
String
카드 내용
expired_at
LocalDateTime
만료 시간
card_id*
Long
카드 id
AccessToken*
String
JWT
RefreshToken*
String
JWT
card_id*
Long
카드 id
column_id*
Long
컬럼 id
AccessToken*
String
JWT
RefreshToken*
String
JWT
columnId*
Long
컬럼 ID
cardOrder*
Integer
카드 순서
card_id*
Long
카드 id
AccessToken*
String
JWT
RefreshToken*
String
JWT
cardusernames*
List<String>
변경할 사용자
board_id*
Long
프로젝트(보드)의 id
AccessToken*
String
JWT
RefreshToken*
String
JWT