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