{
"title": "Postman에서 수정",
"summary": "Postman에서 수정 요약",
"content": "Postman에서 수정 요약입니다\n아무튼 요약입니다",
"category": "INFORMATION"
}
curl --location --request PATCH 'http://localhost:9050/apis/v1/stories/00000000-0000-0000-0000-100000000000' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "Postman에서 수정",
"summary": "Postman에서 수정 요약",
"content": "Postman에서 수정 요약입니다\n아무튼 요약입니다",
"category": "INFORMATION"
}'
{
"toast": {
"title": "이야기 수정 완료",
"description": "이야기를 수정했습니다.\n메인 페이지로 이동합니다!"
},
"payload": {
"id": "00000000-0000-0000-0000-100000000000",
"createdAt": "2025-01-09T10:56:16.226Z",
"updatedAt": "2025-01-12T00:57:03.115Z",
"deletedAt": null,
"title": "Postman에서 수정",
"summary": "Postman에서 수정 요약",
"content": "Postman에서 수정 요약입니다\n아무튼 요약입니다",
"thumbnailPath": null,
"category": "INFORMATION",
"userId": "00000000-0000-0000-0000-000000000000"
}
}