beamable-sdk / api / beamoPutOtelViewsByViewId
Function: beamoPutOtelViewsByViewId()¶
beamoPutOtelViewsByViewId(
requester,viewId,payload,gamertag?):Promise<HttpResponse<OtelView>>
Defined in: src/__generated__/apis/BeamoOtelApi.ts:105
Parameters¶
requester¶
The HttpRequester type to use for the API request.
viewId¶
string
The viewId parameter to include in the API request.
payload¶
The UpdateOtelViewRequest 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<OtelView>>
Remarks¶
Authentication:
This method requires a valid bearer token in the Authorization header.