-
Notifications
You must be signed in to change notification settings - Fork 0
[PUT] 클럽 소개 입력
DongGeon0908 edited this page Oct 25, 2021
·
2 revisions
METHOD | URL | ... |
---|---|---|
PUT | /api/club | club 상세 입력 |
{
"Content-Type": "application/json",
"Authorization": "Bearer "${token}"
}
{
"description" : "<html></html>"
}
{
"status": 200,
"message": "UPDATE_CLUB_DESCRIPTION_SUCCESS",
"data": {
"name": "컴퓨터공학부",
"image": "dsadsadadasdads",
"description" : "<html></html>",
"branch": "PERFORMING_ARTS"
}
}
{
"status": 400,
"message": "INVALID_CLUB_DESCRIPTION"
}
{
"status": 400,
"message": "NOT_EXIST_CLUB"
}