Search

/api/todo/check

Description
Domain
투두 체크
Method
PATCH
권한
User
구현
request
response

Request

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

Response

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