Skip to main content
PATCH
Todo 부분 수정

Authorizations

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

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

Path Parameters

todo_id
integer
required

Body

inCharge
null | object

담당자

completedInCharge
null | object

완료한 담당자

type
enum<string>

타입

  • M - 미팅
  • CA - 전화
  • MS - 메시지
  • E - 기타
Available options:
M,
CA,
MS,
E
dueDate
string<date>

예정일

dueTime
string<time> | null

예정 시간

action
string

액션

Required string length: 1 - 2048
actionHistory
string | null

액션 히스토리

Minimum string length: 1
isComplete
boolean

완료 여부

completedAt
string<date-time> | null

완료 일시

Response

id
integer
required
read-only
inquiry
object
required

의뢰

type
enum<string>
required

타입

  • M - 미팅
  • CA - 전화
  • MS - 메시지
  • E - 기타
Available options:
M,
CA,
MS,
E
dueDate
string<date>
required

예정일

action
string
required

액션

Maximum string length: 2048
dDay
integer
required
read-only

D-Day

created
string<date-time>
required
read-only

생성일시

inCharge
null | object

담당자

completedInCharge
null | object

완료한 담당자

dueTime
string<time> | null

예정 시간

actionHistory
string | null

액션 히스토리

isComplete
boolean

완료 여부

completedAt
string<date-time> | null

완료 일시