beamable-sdk / api / lobbiesPutTagsById
Function: lobbiesPutTagsById()¶
lobbiesPutTagsById(
requester,id,payload,gamertag?):Promise<HttpResponse<Lobby>>
Defined in: src/__generated__/apis/LobbyApi.ts:239
Parameters¶
requester¶
The HttpRequester type to use for the API request.
id¶
string
Id of the lobby
payload¶
The AddTags instance to use for the API request
gamertag?¶
string
Override the playerId of the requester. This is only necessary when not using a JWT bearer token.
Returns¶
Promise<HttpResponse<Lobby>>
Remarks¶
Authentication:
This method requires a valid bearer token in the Authorization header.