수정
사용자 자신의 정보를 수정할 수 있습니다.
Parameter
속성 | 설명 | 유형 |
---|---|---|
name | 사용자 이름. 1~80자로 제한됩니다. | String |
profile | 프로필 URL. 최대 2,048자로 제한됩니다. | String |
- Swift
public func updateUser(name: String, profile: String, completion: ((BaseUser?, Int) -> ())? = nil)
사용자 자신의 정보를 수정할 수 있습니다.
속성 | 설명 | 유형 |
---|---|---|
name | 사용자 이름. 1~80자로 제한됩니다. | String |
profile | 프로필 URL. 최대 2,048자로 제한됩니다. | String |
public func updateUser(name: String, profile: String, completion: ((BaseUser?, Int) -> ())? = nil)