Skip to main content
POST
프로젝트 생성

Authorizations

X-API-Key
string
header
required
X-Signature
string
header
required

HMAC-SHA256 방식으로 body를 secret key로 해싱하여 생성한 서명을 넣어야 합니다. 서버는 X-API-Key와 대응되는 secret key로 서명을 검증합니다.

Body

title
string
required

프로젝트 제목

Required string length: 1 - 128
contract
null | object

계약

status
enum<string>

상태 (U: 예정됨, I: 진행 중, A: 추가 기간, E: 종료됨)

  • U - 예정됨
  • I - 진행 중
  • A - 추가 기간
  • E - 종료됨
Available options:
U,
I,
A,
E
symbolColor
string

상징색

Required string length: 1 - 32
startDate
string<date> | null

시작 날짜

endDate
string<date> | null

종료 날짜

isHidden
boolean

숨김 여부

Response

id
integer
required
read-only
title
string
required

프로젝트 제목

Maximum string length: 128
actualEndDate
string<date> | null
required
read-only

실제 종료 날짜

created
string<date-time>
required
read-only

생성일시

contract
null | object

계약

status
enum<string>

상태 (U: 예정됨, I: 진행 중, A: 추가 기간, E: 종료됨)

  • U - 예정됨
  • I - 진행 중
  • A - 추가 기간
  • E - 종료됨
Available options:
U,
I,
A,
E
symbolColor
string

상징색

Maximum string length: 32
startDate
string<date> | null

시작 날짜

endDate
string<date> | null

종료 날짜

isHidden
boolean

숨김 여부