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
”에러 메시지”