-
Notifications
You must be signed in to change notification settings - Fork 0
[PUT] 권한변경
DongGeon0908 edited this page Oct 2, 2021
·
2 revisions
METHOD | URL | ... |
---|---|---|
PUT | /api/admin | 권한변경 |
{
"Content-Type": "application/json",
"Authorization": "Bearer "${token}"
}
{
"email": "[email protected]",
"name": "컴퓨터공학부"
}
{
"status": 200,
"message": "CHANGING_MEMBER_ROLE",
"data": null
}
{
"status": 400,
"message": "INVALID_EMAIL"
}
{
"status": 400,
"message": "INVALID_CLUB_NAME"
}
{
"status": 400,
"message": "NOT_EXIST_MEMBER"
}