Search

/api/todo/add

Description
Domain
투두 생성
Method
POST
권한
User
구현
request
response

Request

headers
Content-Type: application/json
Accept: application/json
body
{ "content": "string" }
JSON
복사

Response

성공시 : 200
{ "id": 1 "content": "string", "createdAt": "2023-07-10T19:33:53.821633", "done": false }
JSON
복사
실패시 :
400 : Bad Request
401 : Unauthorized
403 : Forbidden