Skip to content

Commit

Permalink
[fix] 참조한 후기 id 입력할 수 있도록 http 파일수정
Browse files Browse the repository at this point in the history
참조한 후기 id 입력할 수 있도록 http 파일수정
  • Loading branch information
liyusang1 committed Jan 23, 2024
1 parent d01de60 commit cc87ba5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/test/http/trip_plan/trip_plan.http
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@

### 여행 계획 작성
POST http://localhost:8080/v1/trip-plan
Authorization: eyJraWQiOiJrZXkzIiwiYWxnIjoiSFMyNTYifQ.eyJzdWIiOiJ0ZXN0MUBuYXZlci5jb20iLCJpYXQiOjE3MDUxNDE4NzksImV4cCI6MTcwNTI4NTg3OX0.WsPlvC_DJDnh4j3O0x6Di3SRc6FfqjnhRlgMFBOZkaI
Authorization: token
Content-Type: application/json

{
"countries": "한국,일본",
"tripStartDay": "2024-01-10",
"tripEndDay": "2024-01-20",
"referencedBy":10,
"tripPlanSchedules": [
{
"dayNumber": 1,
Expand All @@ -30,7 +31,7 @@ Content-Type: application/json

### 여행 계획 수정
PUT http://localhost:8080/v1/trip-plan/1
Authorization: eyJraWQiOiJrZXkzIiwiYWxnIjoiSFMyNTYifQ.eyJzdWIiOiJ0ZXN0MUBuYXZlci5jb20iLCJpYXQiOjE3MDUxNDE4NzksImV4cCI6MTcwNTI4NTg3OX0.WsPlvC_DJDnh4j3O0x6Di3SRc6FfqjnhRlgMFBOZkaI
Authorization: token
Content-Type: application/json

{
Expand Down

0 comments on commit cc87ba5

Please sign in to comment.