beamable-sdk / api / contentGetManifestPrivateBasic
Function: contentGetManifestPrivateBasic()¶
contentGetManifestPrivateBasic(
requester,id?,uid?,gamertag?):Promise<HttpResponse<ClientManifestResponse>>
Defined in: src/__generated__/apis/ContentApi.ts:559
Parameters¶
requester¶
The HttpRequester type to use for the API request.
id?¶
string
ID of the content manifest
uid?¶
string
UID of the content manifest
gamertag?¶
string
Override the Gamer Tag of the player. This is generally inferred by the auth token.
Returns¶
Promise<HttpResponse<ClientManifestResponse>>
Remarks¶
Authentication:
This method requires a valid bearer token in the Authorization header.