-
Notifications
You must be signed in to change notification settings - Fork 0
북마크 해제
alia edited this page Jan 3, 2021
·
3 revisions
메소드 | 경로 | 짧은 설명 |
---|---|---|
DELETE | /deleteBookmark | 북마크 해제 |
Content-Type: application/json,
token: "eyJ0eXAiOiJKV1QiLCJWdkhrlmdhUzI1NiJ9.eyJpc3MiOiJUT1NUaegdrXNlcklkeCI6MT3eardkRcCI6MTYxMjc2NDM5OX0.2Qns3FRUAO554vLwYoOs7P-qRHemDrhkdDRHnleVcAys"
{
"part":2,
"questionNum":1
}
- Status Code: 200 OK
- 토큰 유효기간: 발급일로부터 2달
{
"timestamp": "2020-12-08T06:17:39.428+00:00",
"status": 400,
"error": "Bad Request",
"message": "",
"path": "/deleteBookmark"
}
- Status Code: 400 Bad Request
{
"data": null
}
- Status Code: 401 Unauthorized
{
"data": null
}
- Status Code: 400 Bad Request
- Status Code: 500 Internal Server Error