공지 수정

PUT http://{dashboard-domain}/v1.0/db/notice

Request Body

Name
Type
Description

title*

string

공지 제목

desc*

string

공지 내용

url*

string

공지 게시물 URL

id*

int

공지 id

{
    "return": 0,
    "message": "success"
}
{
  "id": 1,
  "title": "공지 제목",
  "desc": "공지 본문",
  "url": "공지 URL"
}

Last updated