Skip to content

Commit d5a1c2d

Browse files
author
Playfab Jenkins Bot
committed
Automated build from Jenkins
1 parent 85afdc7 commit d5a1c2d

File tree

1 file changed

+0
-30
lines changed

1 file changed

+0
-30
lines changed

playfab.json

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@
116116
"server-GetCharacterLeaderboard",
117117
"server-GetCharacterReadOnlyData",
118118
"server-GetCharacterStatistics",
119-
"server-GetCloudScriptUrl",
120119
"server-GetContentDownloadUrl",
121120
"server-GetLeaderboard",
122121
"server-GetLeaderboardAroundCharacter",
@@ -154,7 +153,6 @@
154153
"server-RemoveSharedGroupMembers",
155154
"server-ReportPlayer",
156155
"server-RevokeInventoryItem",
157-
"server-RunServerCloudScript",
158156
"server-SendPushNotification",
159157
"server-SetPublisherData",
160158
"server-SetTitleData",
@@ -1508,20 +1506,6 @@
15081506
"folder": "PlayFabPostmanSDK-serverFolder",
15091507
"rawModeData": "{\n \"PlayFabId\": \"10931252888739651331\",\n \"CharacterId\": \"98765432\"\n}"
15101508
},
1511-
{
1512-
"id": "server-GetCloudScriptUrl",
1513-
"headers": "Content-Type: application/json\nX-SecretKey: {{SecretKey}}\n",
1514-
"url": "https://{{TitleId}}.playfabapi.com/Server/GetCloudScriptUrl",
1515-
"method": "POST",
1516-
"collectionId": "PlayFabPostmanSDK-0.9.160215",
1517-
"dataMode": "raw",
1518-
"name": "GetCloudScriptUrl",
1519-
"description": "Retrieves the title-specific URL for Cloud Script servers. This must be queried once, prior to making any calls to RunCloudScript.\n\nApi Documentation: https://api.playfab.com/Documentation/Server/method/GetCloudScriptUrl\n\n**The following case-sensitive environment variables are required for this call:**\n\n\"TitleId\" - The Title Id of your game, available in the Game Manager (https://developer.playfab.com)\n\n\"SecretKey\" - The PlayFab API Secret Key, available in the dashboard of your title (https://developer.playfab.com/title/properties/{{titleId}})\n\n**The body of this api-call should be proper json-format. The api-body accepts the following case-sensitive parameters:**\n\n\"Version\": Cloud Script Version to use. Defaults to 1.\n\n\"Testing\": Specifies whether the URL returned should be the one for the most recently uploaded Revision of the Cloud Script (true), or the Revision most recently set to live (false). Defaults to false.\n\nTo set up an Environment, click the text next to the eye icon up top in Postman (it should say \"No environment\", if this is your first time using Postman). Select \"Manage environments\", then \"Add\". Type a name for your environment where it says \"New environment\", then enter each variable name above as the \"Key\", with the value as defined for each above.",
1520-
"descriptionFormat": "html",
1521-
"currentHelper": "normal",
1522-
"folder": "PlayFabPostmanSDK-serverFolder",
1523-
"rawModeData": "{\n \"Version\": 1,\n \"Testing\": false\n}"
1524-
},
15251509
{
15261510
"id": "server-GetContentDownloadUrl",
15271511
"headers": "Content-Type: application/json\nX-SecretKey: {{SecretKey}}\n",
@@ -2040,20 +2024,6 @@
20402024
"folder": "PlayFabPostmanSDK-serverFolder",
20412025
"rawModeData": "{\n \"PlayFabId\": \"203945882\",\n \"ItemInstanceId\": \"2048583045\"\n}"
20422026
},
2043-
{
2044-
"id": "server-RunServerCloudScript",
2045-
"headers": "Content-Type: application/json\nX-SecretKey: {{SecretKey}}\n",
2046-
"url": "https://{{TitleId}}.playfabapi.com/Server/RunServerCloudScript",
2047-
"method": "POST",
2048-
"collectionId": "PlayFabPostmanSDK-0.9.160215",
2049-
"dataMode": "raw",
2050-
"name": "RunServerCloudScript",
2051-
"description": "Triggers a particular server action, passing the provided inputs to the hosted Cloud Script. An action in this context is a handler in the JavaScript. NOTE: Before calling this API, you must call GetCloudScriptUrl to be assigned a Cloud Script server URL. When using an official PlayFab SDK, this URL is stored internally in the SDK, but GetCloudScriptUrl must still be manually called.\n\nApi Documentation: https://api.playfab.com/Documentation/Server/method/RunServerCloudScript\n\n**The following case-sensitive environment variables are required for this call:**\n\n\"TitleId\" - The Title Id of your game, available in the Game Manager (https://developer.playfab.com)\n\n\"SecretKey\" - The PlayFab API Secret Key, available in the dashboard of your title (https://developer.playfab.com/title/properties/{{titleId}})\n\n**The body of this api-call should be proper json-format. The api-body accepts the following case-sensitive parameters:**\n\n\"PlayFabId\": Unique PlayFab assigned ID of the user on whom the operation will be performed.\n\n\"ActionId\": server action to trigger\n\n\"Params\": parameters to pass into the action (If you use this, don't use ParamsEncoded)\n\n\"ParamsEncoded\": json-encoded parameters to pass into the action (If you use this, don't use Params)\n\nTo set up an Environment, click the text next to the eye icon up top in Postman (it should say \"No environment\", if this is your first time using Postman). Select \"Manage environments\", then \"Add\". Type a name for your environment where it says \"New environment\", then enter each variable name above as the \"Key\", with the value as defined for each above.",
2052-
"descriptionFormat": "html",
2053-
"currentHelper": "normal",
2054-
"folder": "PlayFabPostmanSDK-serverFolder",
2055-
"rawModeData": "{\"PlayFabId\": \"String\",\"ActionId\": \"String\",\"Params\": \"Object\",\"ParamsEncoded\": \"String\"}"
2056-
},
20572027
{
20582028
"id": "server-SendPushNotification",
20592029
"headers": "Content-Type: application/json\nX-SecretKey: {{SecretKey}}\n",

0 commit comments

Comments
 (0)