NOTICE

메모 추가

POST /api/v1/notices

Headers

Name
Type
Description

Autorization*

String

Bearer token

Request Body

Name
Type
Description

logId*

Long

startDate*

localDatetime

endDate*

localDatetime

content*

String

메모 조회

GET /api/v1/notices

Query Parameters

Name
Type
Description

logId*

Long

Headers

Name
Type
Description

Authorization*

String

Bearer token

메모 수정

PATCH /api/v1/notices

Query Parameters

Name
Type
Description

noticeId*

Long

Request Body

Name
Type
Description

startDate*

LocalDate

endDate*

LocalDate

content*

String

메모 체크 토글

PATCH /api/v1/notices/{noticeId}/notice_checks

Headers

Name
Type
Description

Authorization*

String

Bearer token

메모 삭제

DELETE /api/v1/notices

Query Parameters

Name
Type
Description

noticeId*

Long

Last updated