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