Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Next revision Both sides next revision
en:bs2_partialupdateusersmall [2022/09/07 10:21]
mark created
en:bs2_partialupdateusersmall [2022/09/07 10:27]
mark [함수]
Line 7: Line 7:
  
 ===== BS2_PartialUpdateUserSmall ===== ===== BS2_PartialUpdateUserSmall =====
-[+ 2.8.3] ​이미 등록된 사용자의 부분 정보를 갱신합니다갱신하고자 하는 사용자는 이미 등록된 존재하는 사용자이어야 합니다. \\ +[+ 2.8.3] ​Updates partial information of an already registered userThe user you want to renew must be a registered user. \\ 
-갱신하고자 하는 부분 정보는 ​mask를 이용해 선택적으로 지정할 수 있습니다. \\ +You can optionally specify the partial information you want to update using the mask. \\ 
-부분 정보를 삭제하고자 하는 경우, [[user_management_api#​BS2User]]의 infoMask와 조합하여 삭제할 수 있습니다. +If you want to delete partial informationyou can delete it in combination with [[user_management_api#​BS2User]] infoMask. \\  
-\\  +==== Declaration ​====
-==== 함수 ​====+
 <code cpp> <code cpp>
 #include "​BS_API.h"​ #include "​BS_API.h"​
Line 19: Line 18:
  
 <callout type="​info">​ <callout type="​info">​
-[[user management api#​BS2UserSmallBlob|BS2UserSmallBlob ​구조체 보기]]+[[user management api#​BS2UserSmallBlob|See BS2UserSmallBlob ​Structure]]
 </​callout>​ </​callout>​
 ==== 파라미터 ==== ==== 파라미터 ====