😁여행 등록, 수정, 삭제
여행을 등록하고, 수정하고, 삭제하는 api
Last updated
여행을 등록하고, 수정하고, 삭제하는 api
Last updated
POST
http://localhost:8080/api/trip
로그인한 사용자는 여행을 등록할 수 있습니다.
Name | Type | Description |
---|---|---|
PUT
http://localhost:8080/api/trip/{tripId}
로그인한 사용자는 자신이 등록한 여행을 수정할 수 있습니다.
DELETE
http://localhost:8080/api/trip/{tripId}
로그인한 사용자는 자신이 등록한 여행을 삭제할 수 있습니다.
이때 여행에 포함된 여정, 댓글들도 삭제됩니다.
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
tripName*
String
여행의 이름
startDate*
LocalDate
여행 출발 날짜
endDate*
LocalDate
여행 도착 날짜
isDomestic*
Boolean
국내 여행 여부
tripId*
Long
trip Id
tripName*
String
여행 이름
isDomestic*
Boolean
국내 여행 여부
endDate*
LocalDate
여행 도착 날짜
startDate*
LocalDate
여행 출발 날짜
tripId*
Long
삭제할 trip id