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