|
116 | 116 | "server-GetCharacterLeaderboard",
|
117 | 117 | "server-GetCharacterReadOnlyData",
|
118 | 118 | "server-GetCharacterStatistics",
|
119 |
| - "server-GetCloudScriptUrl", |
120 | 119 | "server-GetContentDownloadUrl",
|
121 | 120 | "server-GetLeaderboard",
|
122 | 121 | "server-GetLeaderboardAroundCharacter",
|
|
154 | 153 | "server-RemoveSharedGroupMembers",
|
155 | 154 | "server-ReportPlayer",
|
156 | 155 | "server-RevokeInventoryItem",
|
157 |
| - "server-RunServerCloudScript", |
158 | 156 | "server-SendPushNotification",
|
159 | 157 | "server-SetPublisherData",
|
160 | 158 | "server-SetTitleData",
|
|
1508 | 1506 | "folder": "PlayFabPostmanSDK-serverFolder",
|
1509 | 1507 | "rawModeData": "{\n \"PlayFabId\": \"10931252888739651331\",\n \"CharacterId\": \"98765432\"\n}"
|
1510 | 1508 | },
|
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 |
| - }, |
1525 | 1509 | {
|
1526 | 1510 | "id": "server-GetContentDownloadUrl",
|
1527 | 1511 | "headers": "Content-Type: application/json\nX-SecretKey: {{SecretKey}}\n",
|
|
2040 | 2024 | "folder": "PlayFabPostmanSDK-serverFolder",
|
2041 | 2025 | "rawModeData": "{\n \"PlayFabId\": \"203945882\",\n \"ItemInstanceId\": \"2048583045\"\n}"
|
2042 | 2026 | },
|
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 |
| - }, |
2057 | 2027 | {
|
2058 | 2028 | "id": "server-SendPushNotification",
|
2059 | 2029 | "headers": "Content-Type: application/json\nX-SecretKey: {{SecretKey}}\n",
|
|
0 commit comments