공지 수정
Request Body
Name
Type
Description
{
"return": 0,
"message": "success"
}{
"id": 1,
"title": "공지 제목",
"desc": "공지 본문",
"url": "공지 URL"
}curl --location --request PUT 'http://{dashboard-domain}/v1.0/db/notice' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 1,
"title": "공지 제목",
"desc": "공지 본문",
"url": "공지 URL"
}'Last updated