beamable-sdk / api / accountsPutByObjectId
Function: accountsPutByObjectId()¶
accountsPutByObjectId(
requester,objectId,payload,gamertag?):Promise<HttpResponse<Account>>
Defined in: src/__generated__/apis/AccountsApi.ts:783
Parameters¶
requester¶
The HttpRequester type to use for the API request.
objectId¶
AccountId of the player.Underlying objectId type is integer in format int64.
string | bigint
payload¶
The AccountUpdate instance to use for the API request
gamertag?¶
string
Override the Gamer Tag of the player. This is generally inferred by the auth token.
Returns¶
Promise<HttpResponse<Account>>
Remarks¶
Authentication:
This method requires a valid bearer token in the Authorization header.