PACKING_ITEM

POST /api/v1/packing_items

Headers

Name
Type
Description

Authorization*

String

Bearer token

Request Body

Name
Type
Description

logId*

Long

itemName*

String

GET /api/v1/packing_items

Query Parameters

Name
Type
Description

logId*

Long

packer 토글 (i.e, 물건 챙길 사람 체크)

PATCH /api/v1/packing_items

Query Parameters

Name
Type
Description

packingItemId*

Long

memberId*

Long

패킹 아이템 체크박스 토글

PATCH /api/v1/packing_items

Query Parameters

Name
Type
Description

packingItemId*

Long

DELETE /api/v1/packing_items

Query Parameters

Name
Type
Description

packingItemId*

Long

Last updated