Skip to content

[PUT] 클럽 정보 수정

DongGeon0908 edited this page Oct 23, 2021 · 1 revision

URL

METHOD URL ...
PUT /api/club/{clubId} 클럽 정보 수정

Request Header

{
    "Content-Type": "application/json",
    "Authorization": "Bearer "${token}"
}

Request Body

{
    "image": "dsadsadadasdads",
    "description" : "수정하고 있습니당"
}

Response Success

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