jyb2605 / d2-react-native

1 stars 1 forks source link

일지 등록 종료 명세서 #18

Open jyb2605 opened 5 years ago

jyb2605 commented 5 years ago

일지 등록 종료

Request

HTTP Method URI
PUT /tirps/:trip-no
Name Value Description
content-type application/json
authorization AAAAN2d......oU= Oauth 토큰

Path Variable

Name Type Description
trip-no Integer 여행 구분자

Body

Name Type Description
title String 여행 제목
location String 여행지 위치
imageNo Integer 여행 대표 사진 (필수 X)


Response

Success

Name Value Description
content-type application/json
Name Value Description
code 200 response 코드번호
message 일지 등록 종료 성공 response 메세지
{
      "code":200,
      "message":"일지 등록 종료 성공"
}


Fail

Status Description
300 토큰 인증 실패
301 유효하지 않은 여행 번호

<Status>

{
      "code":300,
      "message":"토큰 인증 실패"
}


relate to issue

FIXME: Describe relate to issue

  • 기능 목록화 #5