Xsolla-logo
  • 문서화
  • 계정 생성

사용자 전화 번호 업데이트Client-side

post/users/me/phone

JWT로 인증한 사용자의 전화 번호를 업데이트합니다.

이 호출에서 전화 번호는 이중 인증을 전달하는 용도로만 사용합니다.

SecurityBearer
Request
Request Body schema: application/json
phone_number
required
string^\+(\d){5,25}$

국가 협약에 따라 사용자 전화 번호를 업데이트했습니다.

Responses
204

콘텐츠가 없음

400

잘못된 요청

401

금지됨

404

찾을 수 없음

422

(처리할 수 없는 엔터티) 요청의 의미론적 오류

Request samples
application/json
{
  • "phone_number": "+79091091076"
}
Response samples
application/json
{
  • "error": {
    }
}