Description
<공지사항 수정>
•
매니저가 기존 특정 공지사항 게시글의 내용을 수정
Request
Content-type: application/json
Shell
복사
{
"title": "[긴급]공지사항 제목 수정!!",
"content": "급박한 사정으로 내용이 수정되었습니다."
}
JSON
복사
Response
{
"id": 1,
"memberId": 1,
"title": "[긴급]공지사항 제목 수정!!",
"content": "급박한 사정으로 내용이 수정되었습니다.",
"imageUrl": null,
"createdAt": "2024-09-26T12:01:23.157765",
"updatedAt": "2024-09-26T12:01:23.157794"
}
JSON
복사
Error
HTTP/1.1 4XX
”에러 메시지”