관리자 정보
관리자 정보 수정 🚧
출시 예정입니다.
Authorization
HTTPBasic AuthorizationBasic <token>
In: header
Request Body
application/json
username?string
로그인 아이디
name?string
이름
phoneNumber?string
연락처
email?string
이메일
Response Body
application/json
application/json
curl -X PATCH "https://api.vreview.tv/admin/v2/user" \ -H "Content-Type: application/json" \ -d '{}'{
"id": "string",
"username": "string",
"name": "string",
"phoneNumber": "string",
"email": "string",
"passwordChangedAt": "string"
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}