Search

/api/todo/edit

Description
Domain
투두 수정
Method
PATCH
권한
User
구현
request
response

Request

headers
Content-Type: application/json
Accept: application/json
body
{ "id": 1, "newContent": "string" }
JSON
복사

Response

성공시 : 200
{ "msg": "success" }
JSON
복사
실패시 :
400 : Bad Request
401 : Unauthorized
403 : Forbidden