Skip to content

[PUT] 게시판 수정

DongGeon0908 edited this page Nov 20, 2021 · 1 revision

URL

METHOD URL ...
POST /api/club/{clubId}/board/{boardId} 게시판 수정

Request Header

{
    "Content-Type": "application/json"
}

Request Body

{
	"name" : "자유게시판",
	"description" : "이것은 자유게시판 입니다!"
}

Response Success

{
  "status": 200,
  "message": "UPDATE_BOARD_SUCCESS",
  "data": null
}