diff --git a/playfab.json b/playfab.json index 1a140fa..4b1fddd 100644 --- a/playfab.json +++ b/playfab.json @@ -1,6 +1,6 @@ { - "id": "PlayFabPostmanSDK-0.1.151116", - "name": "PlayFab Postman SDK 0.1.151116", + "id": "PlayFabPostmanSDK-0.2.151123", + "name": "PlayFab Postman SDK 0.2.151123", "description": "PlayFab API SDK for Postman.\n\nThis is still under development, and is not yet ready for general use. Experienced users can utilize this if they carefully examine the post-body and ensure the data is properly entered. By default, the post-body is NOT defaulting to useable values.", "order": [], "folders": [ @@ -70,7 +70,7 @@ "admin-UpdateUserTitleDisplayName" ], "collection_name": "PlayFab Postman SDK", - "collection_id": "PlayFabPostmanSDK-0.1.151116" + "collection_id": "PlayFabPostmanSDK-0.2.151123" }, { "id": "PlayFabPostmanSDK-matchmakerFolder", @@ -85,7 +85,7 @@ "matchmaker-UserInfo" ], "collection_name": "PlayFab Postman SDK", - "collection_id": "PlayFabPostmanSDK-0.1.151116" + "collection_id": "PlayFabPostmanSDK-0.2.151123" }, { "id": "PlayFabPostmanSDK-serverFolder", @@ -164,7 +164,7 @@ "server-UpdateUserStatistics" ], "collection_name": "PlayFab Postman SDK", - "collection_id": "PlayFabPostmanSDK-0.1.151116" + "collection_id": "PlayFabPostmanSDK-0.2.151123" }, { "id": "PlayFabPostmanSDK-clientFolder", @@ -274,7 +274,7 @@ "client-ValidateIOSReceipt" ], "collection_name": "PlayFab Postman SDK", - "collection_id": "PlayFabPostmanSDK-0.1.151116" + "collection_id": "PlayFabPostmanSDK-0.2.151123" } ], "requests": [ @@ -282,10 +282,10 @@ { "id": "admin-AddNews", - "headers": "Content-Type: application/json\nSecretKey: {{SecretKey}}\n", + "headers": "Content-Type: application/json\nX-SecretKey: {{SecretKey}}\n", "url": "https://{{TitleId}}.playfabapi.com/Admin/AddNews", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "AddNews", "description": "Adds a new news item to the title's news feed\n\nApi Documentation: https://api.playfab.com/Documentation/Admin/method/AddNews\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\"Timestamp\": Time this news was published. If not set, defaults to now.\n\n\"Title\": Title (headline) of the news item\n\n\"Body\": Body text of the news\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.", @@ -296,10 +296,10 @@ }, { "id": "admin-AddServerBuild", - "headers": "Content-Type: application/json\nSecretKey: {{SecretKey}}\n", + "headers": "Content-Type: application/json\nX-SecretKey: {{SecretKey}}\n", "url": "https://{{TitleId}}.playfabapi.com/Admin/AddServerBuild", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "AddServerBuild", "description": "Adds the game server executable specified (previously uploaded - see GetServerBuildUploadUrl) to the set of those a client is permitted to request in a call to StartGame\n\nApi Documentation: https://api.playfab.com/Documentation/Admin/method/AddServerBuild\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\"BuildId\": unique identifier for the build executable\n\n\"CommandLineTemplate\": appended to the end of the command line when starting game servers\n\n\"ExecutablePath\": path to the game server executable. Defaults to gameserver.exe\n\n\"ActiveRegions\": server host regions in which this build should be running and available\n\n\"Comment\": developer comment(s) for this build\n\n\"MaxGamesPerHost\": maximum number of game server instances that can run on a single host machine\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.", @@ -310,10 +310,10 @@ }, { "id": "admin-AddUserVirtualCurrency", - "headers": "Content-Type: application/json\nSecretKey: {{SecretKey}}\n", + "headers": "Content-Type: application/json\nX-SecretKey: {{SecretKey}}\n", "url": "https://{{TitleId}}.playfabapi.com/Admin/AddUserVirtualCurrency", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "AddUserVirtualCurrency", "description": "Increments the specified virtual currency by the stated amount\n\nApi Documentation: https://api.playfab.com/Documentation/Admin/method/AddUserVirtualCurrency\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\": PlayFab unique identifier of the user whose virtual currency balance is to be increased.\n\n\"VirtualCurrency\": Name of the virtual currency which is to be incremented.\n\n\"Amount\": Amount to be added to the user balance of the specified virtual currency. Maximum VC balance is Int32 (2,147,483,647). Any increase over this value will be discarded.\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.", @@ -324,10 +324,10 @@ }, { "id": "admin-AddVirtualCurrencyTypes", - "headers": "Content-Type: application/json\nSecretKey: {{SecretKey}}\n", + "headers": "Content-Type: application/json\nX-SecretKey: {{SecretKey}}\n", "url": "https://{{TitleId}}.playfabapi.com/Admin/AddVirtualCurrencyTypes", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "AddVirtualCurrencyTypes", "description": "Adds one or more virtual currencies to the set defined for the title. Virtual Currencies have a maximum value of 2,147,483,647 when granted to a player. Any value over that will be discarded.\n\nApi Documentation: https://api.playfab.com/Documentation/Admin/method/AddVirtualCurrencyTypes\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\"VirtualCurrencies\": List of virtual currencies and their initial deposits (the amount a user is granted when signing in for the first time) to the title\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.", @@ -338,10 +338,10 @@ }, { "id": "admin-DeleteContent", - "headers": "Content-Type: application/json\nSecretKey: {{SecretKey}}\n", + "headers": "Content-Type: application/json\nX-SecretKey: {{SecretKey}}\n", "url": "https://{{TitleId}}.playfabapi.com/Admin/DeleteContent", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "DeleteContent", "description": "Delete a content file from the title\n\nApi Documentation: https://api.playfab.com/Documentation/Admin/method/DeleteContent\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\"Key\": Key of the content item to be deleted\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.", @@ -352,10 +352,10 @@ }, { "id": "admin-DeleteUsers", - "headers": "Content-Type: application/json\nSecretKey: {{SecretKey}}\n", + "headers": "Content-Type: application/json\nX-SecretKey: {{SecretKey}}\n", "url": "https://{{TitleId}}.playfabapi.com/Admin/DeleteUsers", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "DeleteUsers", "description": "Deletes the users for the provided game. Deletes custom data, all account linkages, and statistics.\n\nApi Documentation: https://api.playfab.com/Documentation/Admin/method/DeleteUsers\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\"PlayFabIds\": An array of unique PlayFab assigned ID of the user on whom the operation will be performed.\n\n\"TitleId\": Unique identifier for the title, found in the Settings > Game Properties section of the PlayFab developer site when a title has been selected\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.", @@ -366,10 +366,10 @@ }, { "id": "admin-GetCatalogItems", - "headers": "Content-Type: application/json\nSecretKey: {{SecretKey}}\n", + "headers": "Content-Type: application/json\nX-SecretKey: {{SecretKey}}\n", "url": "https://{{TitleId}}.playfabapi.com/Admin/GetCatalogItems", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "GetCatalogItems", "description": "Retrieves the specified version of the title's catalog of virtual goods, including all defined properties\n\nApi Documentation: https://api.playfab.com/Documentation/Admin/method/GetCatalogItems\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\"CatalogVersion\": Which catalog is being requested.\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.", @@ -380,10 +380,10 @@ }, { "id": "admin-GetCloudScriptRevision", - "headers": "Content-Type: application/json\nSecretKey: {{SecretKey}}\n", + "headers": "Content-Type: application/json\nX-SecretKey: {{SecretKey}}\n", "url": "https://{{TitleId}}.playfabapi.com/Admin/GetCloudScriptRevision", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "GetCloudScriptRevision", "description": "Gets the contents and information of a specific Cloud Script revision.\n\nApi Documentation: https://api.playfab.com/Documentation/Admin/method/GetCloudScriptRevision\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\": Version number. If left null, defaults to the latest version\n\n\"Revision\": Revision number. If left null, defaults to the latest revision\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.", @@ -394,10 +394,10 @@ }, { "id": "admin-GetCloudScriptVersions", - "headers": "Content-Type: application/json\nSecretKey: {{SecretKey}}\n", + "headers": "Content-Type: application/json\nX-SecretKey: {{SecretKey}}\n", "url": "https://{{TitleId}}.playfabapi.com/Admin/GetCloudScriptVersions", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "GetCloudScriptVersions", "description": "Lists all the current cloud script versions. For each version, information about the current published and latest revisions is also listed.\n\nApi Documentation: https://api.playfab.com/Documentation/Admin/method/GetCloudScriptVersions\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\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.", @@ -408,10 +408,10 @@ }, { "id": "admin-GetContentList", - "headers": "Content-Type: application/json\nSecretKey: {{SecretKey}}\n", + "headers": "Content-Type: application/json\nX-SecretKey: {{SecretKey}}\n", "url": "https://{{TitleId}}.playfabapi.com/Admin/GetContentList", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "GetContentList", "description": "List all contents of the title and get statistics such as size\n\nApi Documentation: https://api.playfab.com/Documentation/Admin/method/GetContentList\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\"Prefix\": Limits the response to keys that begin with the specified prefix. You can use prefixes to list contents under a folder, or for a specified version, etc.\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.", @@ -422,10 +422,10 @@ }, { "id": "admin-GetContentUploadUrl", - "headers": "Content-Type: application/json\nSecretKey: {{SecretKey}}\n", + "headers": "Content-Type: application/json\nX-SecretKey: {{SecretKey}}\n", "url": "https://{{TitleId}}.playfabapi.com/Admin/GetContentUploadUrl", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "GetContentUploadUrl", "description": "Retrieves the pre-signed URL for uploading a content file. A subsequent HTTP PUT to the returned URL uploads the content.\n\nApi Documentation: https://api.playfab.com/Documentation/Admin/method/GetContentUploadUrl\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\"Key\": Key of the content item to upload, usually formatted as a path, e.g. images/a.png\n\n\"ContentType\": A standard MIME type describing the format of the contents. The same MIME type has to be set in the header when uploading the content. If not specified, the MIME type is 'binary/octet-stream' by default.\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.", @@ -436,10 +436,10 @@ }, { "id": "admin-GetDataReport", - "headers": "Content-Type: application/json\nSecretKey: {{SecretKey}}\n", + "headers": "Content-Type: application/json\nX-SecretKey: {{SecretKey}}\n", "url": "https://{{TitleId}}.playfabapi.com/Admin/GetDataReport", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "GetDataReport", "description": "Retrieves a download URL for the requested report\n\nApi Documentation: https://api.playfab.com/Documentation/Admin/method/GetDataReport\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\"ReportName\": Report name\n\n\"Year\": Reporting year (UTC)\n\n\"Month\": Reporting month (UTC)\n\n\"Day\": Reporting year (UTC)\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.", @@ -450,10 +450,10 @@ }, { "id": "admin-GetMatchmakerGameInfo", - "headers": "Content-Type: application/json\nSecretKey: {{SecretKey}}\n", + "headers": "Content-Type: application/json\nX-SecretKey: {{SecretKey}}\n", "url": "https://{{TitleId}}.playfabapi.com/Admin/GetMatchmakerGameInfo", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "GetMatchmakerGameInfo", "description": "Retrieves the details for a specific completed session, including links to standard out and standard error logs\n\nApi Documentation: https://api.playfab.com/Documentation/Admin/method/GetMatchmakerGameInfo\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\"LobbyId\": unique identifier of the lobby for which info is being requested\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.", @@ -464,10 +464,10 @@ }, { "id": "admin-GetMatchmakerGameModes", - "headers": "Content-Type: application/json\nSecretKey: {{SecretKey}}\n", + "headers": "Content-Type: application/json\nX-SecretKey: {{SecretKey}}\n", "url": "https://{{TitleId}}.playfabapi.com/Admin/GetMatchmakerGameModes", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "GetMatchmakerGameModes", "description": "Retrieves the details of defined game modes for the specified game server executable\n\nApi Documentation: https://api.playfab.com/Documentation/Admin/method/GetMatchmakerGameModes\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\"BuildVersion\": previously uploaded build version for which game modes are being requested\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.", @@ -478,10 +478,10 @@ }, { "id": "admin-GetPublisherData", - "headers": "Content-Type: application/json\nSecretKey: {{SecretKey}}\n", + "headers": "Content-Type: application/json\nX-SecretKey: {{SecretKey}}\n", "url": "https://{{TitleId}}.playfabapi.com/Admin/GetPublisherData", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "GetPublisherData", "description": "Retrieves the key-value store of custom publisher settings\n\nApi Documentation: https://api.playfab.com/Documentation/Admin/method/GetPublisherData\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\"Keys\": array of keys to get back data from the Publisher data blob, set by the admin tools\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.", @@ -492,10 +492,10 @@ }, { "id": "admin-GetRandomResultTables", - "headers": "Content-Type: application/json\nSecretKey: {{SecretKey}}\n", + "headers": "Content-Type: application/json\nX-SecretKey: {{SecretKey}}\n", "url": "https://{{TitleId}}.playfabapi.com/Admin/GetRandomResultTables", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "GetRandomResultTables", "description": "Retrieves the random drop table configuration for the title\n\nApi Documentation: https://api.playfab.com/Documentation/Admin/method/GetRandomResultTables\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\"CatalogVersion\": catalog version to fetch tables from. Use default catalog version if null\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.", @@ -509,7 +509,7 @@ "headers": "Content-Type: application/json\n", "url": "https://{{TitleId}}.playfabapi.com/Admin/GetServerBuildInfo", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "GetServerBuildInfo", "description": "Retrieves the build details for the specified game server executable\n\nApi Documentation: https://api.playfab.com/Documentation/Admin/method/GetServerBuildInfo\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**The body of this api-call should be proper json-format. The api-body accepts the following case-sensitive parameters:**\n\n\"BuildId\": unique identifier of the previously uploaded build executable for which information is being requested\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.", @@ -520,10 +520,10 @@ }, { "id": "admin-GetServerBuildUploadUrl", - "headers": "Content-Type: application/json\nSecretKey: {{SecretKey}}\n", + "headers": "Content-Type: application/json\nX-SecretKey: {{SecretKey}}\n", "url": "https://{{TitleId}}.playfabapi.com/Admin/GetServerBuildUploadUrl", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "GetServerBuildUploadUrl", "description": "Retrieves the pre-authorized URL for uploading a game server package containing a build (does not enable the build for use - see AddServerBuild)\n\nApi Documentation: https://api.playfab.com/Documentation/Admin/method/GetServerBuildUploadUrl\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\"BuildId\": unique identifier of the game server build to upload\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.", @@ -534,10 +534,10 @@ }, { "id": "admin-GetStoreItems", - "headers": "Content-Type: application/json\nSecretKey: {{SecretKey}}\n", + "headers": "Content-Type: application/json\nX-SecretKey: {{SecretKey}}\n", "url": "https://{{TitleId}}.playfabapi.com/Admin/GetStoreItems", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "GetStoreItems", "description": "Retrieves the set of items defined for the specified store, including all prices defined\n\nApi Documentation: https://api.playfab.com/Documentation/Admin/method/GetStoreItems\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\"CatalogVersion\": catalog version to store items from. Use default catalog version if null\n\n\"StoreId\": Unqiue identifier for the store which is being requested.\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.", @@ -548,10 +548,10 @@ }, { "id": "admin-GetTitleData", - "headers": "Content-Type: application/json\nSecretKey: {{SecretKey}}\n", + "headers": "Content-Type: application/json\nX-SecretKey: {{SecretKey}}\n", "url": "https://{{TitleId}}.playfabapi.com/Admin/GetTitleData", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "GetTitleData", "description": "Retrieves the key-value store of custom title settings\n\nApi Documentation: https://api.playfab.com/Documentation/Admin/method/GetTitleData\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\"Keys\": Specific keys to search for in the title data (leave null to get all keys)\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.", @@ -562,10 +562,10 @@ }, { "id": "admin-GetUserAccountInfo", - "headers": "Content-Type: application/json\nSecretKey: {{SecretKey}}\n", + "headers": "Content-Type: application/json\nX-SecretKey: {{SecretKey}}\n", "url": "https://{{TitleId}}.playfabapi.com/Admin/GetUserAccountInfo", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "GetUserAccountInfo", "description": "Retrieves the relevant details for a specified user, based upon a match against a supplied unique identifier\n\nApi Documentation: https://api.playfab.com/Documentation/Admin/method/GetUserAccountInfo\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\"Email\": User email address attached to their account\n\n\"Username\": PlayFab username for the account (3-20 characters)\n\n\"TitleDisplayName\": Title specific username to match against existing user accounts\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.", @@ -576,10 +576,10 @@ }, { "id": "admin-GetUserData", - "headers": "Content-Type: application/json\nSecretKey: {{SecretKey}}\n", + "headers": "Content-Type: application/json\nX-SecretKey: {{SecretKey}}\n", "url": "https://{{TitleId}}.playfabapi.com/Admin/GetUserData", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "GetUserData", "description": "Retrieves the title-specific custom data for the user which is readable and writable by the client\n\nApi Documentation: https://api.playfab.com/Documentation/Admin/method/GetUserData\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\"Keys\": Specific keys to search for in the custom user data.\n\n\"IfChangedFromDataVersion\": The version that currently exists according to the caller. The call will return the data for all of the keys if the version in the system is greater than this.\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.", @@ -590,10 +590,10 @@ }, { "id": "admin-GetUserInternalData", - "headers": "Content-Type: application/json\nSecretKey: {{SecretKey}}\n", + "headers": "Content-Type: application/json\nX-SecretKey: {{SecretKey}}\n", "url": "https://{{TitleId}}.playfabapi.com/Admin/GetUserInternalData", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "GetUserInternalData", "description": "Retrieves the title-specific custom data for the user which cannot be accessed by the client\n\nApi Documentation: https://api.playfab.com/Documentation/Admin/method/GetUserInternalData\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\"Keys\": Specific keys to search for in the custom user data.\n\n\"IfChangedFromDataVersion\": The version that currently exists according to the caller. The call will return the data for all of the keys if the version in the system is greater than this.\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.", @@ -604,10 +604,10 @@ }, { "id": "admin-GetUserInventory", - "headers": "Content-Type: application/json\nSecretKey: {{SecretKey}}\n", + "headers": "Content-Type: application/json\nX-SecretKey: {{SecretKey}}\n", "url": "https://{{TitleId}}.playfabapi.com/Admin/GetUserInventory", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "GetUserInventory", "description": "Retrieves the specified user's current inventory of virtual goods\n\nApi Documentation: https://api.playfab.com/Documentation/Admin/method/GetUserInventory\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\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.", @@ -618,10 +618,10 @@ }, { "id": "admin-GetUserPublisherData", - "headers": "Content-Type: application/json\nSecretKey: {{SecretKey}}\n", + "headers": "Content-Type: application/json\nX-SecretKey: {{SecretKey}}\n", "url": "https://{{TitleId}}.playfabapi.com/Admin/GetUserPublisherData", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "GetUserPublisherData", "description": "Retrieves the publisher-specific custom data for the user which is readable and writable by the client\n\nApi Documentation: https://api.playfab.com/Documentation/Admin/method/GetUserPublisherData\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\"Keys\": Specific keys to search for in the custom user data.\n\n\"IfChangedFromDataVersion\": The version that currently exists according to the caller. The call will return the data for all of the keys if the version in the system is greater than this.\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.", @@ -632,10 +632,10 @@ }, { "id": "admin-GetUserPublisherInternalData", - "headers": "Content-Type: application/json\nSecretKey: {{SecretKey}}\n", + "headers": "Content-Type: application/json\nX-SecretKey: {{SecretKey}}\n", "url": "https://{{TitleId}}.playfabapi.com/Admin/GetUserPublisherInternalData", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "GetUserPublisherInternalData", "description": "Retrieves the publisher-specific custom data for the user which cannot be accessed by the client\n\nApi Documentation: https://api.playfab.com/Documentation/Admin/method/GetUserPublisherInternalData\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\"Keys\": Specific keys to search for in the custom user data.\n\n\"IfChangedFromDataVersion\": The version that currently exists according to the caller. The call will return the data for all of the keys if the version in the system is greater than this.\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.", @@ -646,10 +646,10 @@ }, { "id": "admin-GetUserPublisherReadOnlyData", - "headers": "Content-Type: application/json\nSecretKey: {{SecretKey}}\n", + "headers": "Content-Type: application/json\nX-SecretKey: {{SecretKey}}\n", "url": "https://{{TitleId}}.playfabapi.com/Admin/GetUserPublisherReadOnlyData", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "GetUserPublisherReadOnlyData", "description": "Retrieves the publisher-specific custom data for the user which can only be read by the client\n\nApi Documentation: https://api.playfab.com/Documentation/Admin/method/GetUserPublisherReadOnlyData\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\"Keys\": Specific keys to search for in the custom user data.\n\n\"IfChangedFromDataVersion\": The version that currently exists according to the caller. The call will return the data for all of the keys if the version in the system is greater than this.\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.", @@ -660,10 +660,10 @@ }, { "id": "admin-GetUserReadOnlyData", - "headers": "Content-Type: application/json\nSecretKey: {{SecretKey}}\n", + "headers": "Content-Type: application/json\nX-SecretKey: {{SecretKey}}\n", "url": "https://{{TitleId}}.playfabapi.com/Admin/GetUserReadOnlyData", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "GetUserReadOnlyData", "description": "Retrieves the title-specific custom data for the user which can only be read by the client\n\nApi Documentation: https://api.playfab.com/Documentation/Admin/method/GetUserReadOnlyData\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\"Keys\": Specific keys to search for in the custom user data.\n\n\"IfChangedFromDataVersion\": The version that currently exists according to the caller. The call will return the data for all of the keys if the version in the system is greater than this.\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.", @@ -674,10 +674,10 @@ }, { "id": "admin-GrantItemsToUsers", - "headers": "Content-Type: application/json\nSecretKey: {{SecretKey}}\n", + "headers": "Content-Type: application/json\nX-SecretKey: {{SecretKey}}\n", "url": "https://{{TitleId}}.playfabapi.com/Admin/GrantItemsToUsers", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "GrantItemsToUsers", "description": "Adds the specified items to the specified user inventories\n\nApi Documentation: https://api.playfab.com/Documentation/Admin/method/GrantItemsToUsers\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\"CatalogVersion\": Catalog version from which items are to be granted.\n\n\"ItemGrants\": Array of items to grant and the users to whom the items are to be granted.\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.", @@ -688,10 +688,10 @@ }, { "id": "admin-ListServerBuilds", - "headers": "Content-Type: application/json\nSecretKey: {{SecretKey}}\n", + "headers": "Content-Type: application/json\nX-SecretKey: {{SecretKey}}\n", "url": "https://{{TitleId}}.playfabapi.com/Admin/ListServerBuilds", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "ListServerBuilds", "description": "Retrieves the build details for all game server executables which are currently defined for the title\n\nApi Documentation: https://api.playfab.com/Documentation/Admin/method/ListServerBuilds\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\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.", @@ -702,10 +702,10 @@ }, { "id": "admin-ListVirtualCurrencyTypes", - "headers": "Content-Type: application/json\nSecretKey: {{SecretKey}}\n", + "headers": "Content-Type: application/json\nX-SecretKey: {{SecretKey}}\n", "url": "https://{{TitleId}}.playfabapi.com/Admin/ListVirtualCurrencyTypes", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "ListVirtualCurrencyTypes", "description": "Retuns the list of all defined virtual currencies for the title\n\nApi Documentation: https://api.playfab.com/Documentation/Admin/method/ListVirtualCurrencyTypes\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\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.", @@ -716,10 +716,10 @@ }, { "id": "admin-ModifyMatchmakerGameModes", - "headers": "Content-Type: application/json\nSecretKey: {{SecretKey}}\n", + "headers": "Content-Type: application/json\nX-SecretKey: {{SecretKey}}\n", "url": "https://{{TitleId}}.playfabapi.com/Admin/ModifyMatchmakerGameModes", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "ModifyMatchmakerGameModes", "description": "Updates the game server mode details for the specified game server executable\n\nApi Documentation: https://api.playfab.com/Documentation/Admin/method/ModifyMatchmakerGameModes\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\"BuildVersion\": previously uploaded build version for which game modes are being specified\n\n\"GameModes\": array of game modes (Note: this will replace all game modes for the indicated build version)\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.", @@ -730,10 +730,10 @@ }, { "id": "admin-ModifyServerBuild", - "headers": "Content-Type: application/json\nSecretKey: {{SecretKey}}\n", + "headers": "Content-Type: application/json\nX-SecretKey: {{SecretKey}}\n", "url": "https://{{TitleId}}.playfabapi.com/Admin/ModifyServerBuild", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "ModifyServerBuild", "description": "Updates the build details for the specified game server executable\n\nApi Documentation: https://api.playfab.com/Documentation/Admin/method/ModifyServerBuild\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\"BuildId\": unique identifier of the previously uploaded build executable to be updated\n\n\"Timestamp\": new timestamp\n\n\"ActiveRegions\": array of regions where this build can used, when it is active\n\n\"MaxGamesPerHost\": maximum number of game server instances that can run on a single host machine\n\n\"CommandLineTemplate\": appended to the end of the command line when starting game servers\n\n\"ExecutablePath\": path to the game server executable. Defaults to gameserver.exe\n\n\"Comment\": developer comment(s) for this build\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.", @@ -744,10 +744,10 @@ }, { "id": "admin-RemoveServerBuild", - "headers": "Content-Type: application/json\nSecretKey: {{SecretKey}}\n", + "headers": "Content-Type: application/json\nX-SecretKey: {{SecretKey}}\n", "url": "https://{{TitleId}}.playfabapi.com/Admin/RemoveServerBuild", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "RemoveServerBuild", "description": "Removes the game server executable specified from the set of those a client is permitted to request in a call to StartGame\n\nApi Documentation: https://api.playfab.com/Documentation/Admin/method/RemoveServerBuild\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\"BuildId\": unique identifier of the previously uploaded build executable to be removed\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.", @@ -758,10 +758,10 @@ }, { "id": "admin-ResetCharacterStatistics", - "headers": "Content-Type: application/json\nSecretKey: {{SecretKey}}\n", + "headers": "Content-Type: application/json\nX-SecretKey: {{SecretKey}}\n", "url": "https://{{TitleId}}.playfabapi.com/Admin/ResetCharacterStatistics", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "ResetCharacterStatistics", "description": "Completely removes all statistics for the specified character, for the current game\n\nApi Documentation: https://api.playfab.com/Documentation/Admin/method/ResetCharacterStatistics\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\"CharacterId\": Unique PlayFab assigned ID for a specific character owned by a user\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.", @@ -772,10 +772,10 @@ }, { "id": "admin-ResetUserStatistics", - "headers": "Content-Type: application/json\nSecretKey: {{SecretKey}}\n", + "headers": "Content-Type: application/json\nX-SecretKey: {{SecretKey}}\n", "url": "https://{{TitleId}}.playfabapi.com/Admin/ResetUserStatistics", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "ResetUserStatistics", "description": "Completely removes all statistics for the specified user, for the current game\n\nApi Documentation: https://api.playfab.com/Documentation/Admin/method/ResetUserStatistics\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\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.", @@ -786,10 +786,10 @@ }, { "id": "admin-ResetUsers", - "headers": "Content-Type: application/json\nSecretKey: {{SecretKey}}\n", + "headers": "Content-Type: application/json\nX-SecretKey: {{SecretKey}}\n", "url": "https://{{TitleId}}.playfabapi.com/Admin/ResetUsers", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "ResetUsers", "description": "Resets all title-specific information about a particular account, including user data, virtual currency balances, inventory, purchase history, and statistics\n\nApi Documentation: https://api.playfab.com/Documentation/Admin/method/ResetUsers\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\"Users\": Array of users to reset\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.", @@ -800,10 +800,10 @@ }, { "id": "admin-RevokeInventoryItem", - "headers": "Content-Type: application/json\nSecretKey: {{SecretKey}}\n", + "headers": "Content-Type: application/json\nX-SecretKey: {{SecretKey}}\n", "url": "https://{{TitleId}}.playfabapi.com/Admin/RevokeInventoryItem", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "RevokeInventoryItem", "description": "Revokes access to an item in a user's inventory\n\nApi Documentation: https://api.playfab.com/Documentation/Admin/method/RevokeInventoryItem\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 identifier for the user account which is to have the specified item removed\n\n\"CharacterId\": Unique PlayFab assigned ID for a specific character owned by a user\n\n\"ItemInstanceId\": unique PlayFab identifier for the item instance to be removed\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.", @@ -814,10 +814,10 @@ }, { "id": "admin-SendAccountRecoveryEmail", - "headers": "Content-Type: application/json\nSecretKey: {{SecretKey}}\n", + "headers": "Content-Type: application/json\nX-SecretKey: {{SecretKey}}\n", "url": "https://{{TitleId}}.playfabapi.com/Admin/SendAccountRecoveryEmail", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "SendAccountRecoveryEmail", "description": "Forces an email to be sent to the registered email address for the specified account, with a link allowing the user to change the password\n\nApi Documentation: https://api.playfab.com/Documentation/Admin/method/SendAccountRecoveryEmail\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\"Email\": User email address attached to their account\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.", @@ -828,10 +828,10 @@ }, { "id": "admin-SetCatalogItems", - "headers": "Content-Type: application/json\nSecretKey: {{SecretKey}}\n", + "headers": "Content-Type: application/json\nX-SecretKey: {{SecretKey}}\n", "url": "https://{{TitleId}}.playfabapi.com/Admin/SetCatalogItems", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "SetCatalogItems", "description": "Creates the catalog configuration of all virtual goods for the specified catalog version\n\nApi Documentation: https://api.playfab.com/Documentation/Admin/method/SetCatalogItems\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\"CatalogVersion\": which catalog is being updated\n\n\"Catalog\": array of catalog items to be submitted\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.", @@ -842,10 +842,10 @@ }, { "id": "admin-SetPublishedRevision", - "headers": "Content-Type: application/json\nSecretKey: {{SecretKey}}\n", + "headers": "Content-Type: application/json\nX-SecretKey: {{SecretKey}}\n", "url": "https://{{TitleId}}.playfabapi.com/Admin/SetPublishedRevision", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "SetPublishedRevision", "description": "Sets the currently published revision of a title Cloud Script\n\nApi Documentation: https://api.playfab.com/Documentation/Admin/method/SetPublishedRevision\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\": Version number\n\n\"Revision\": Revision to make the current published revision\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.", @@ -856,10 +856,10 @@ }, { "id": "admin-SetPublisherData", - "headers": "Content-Type: application/json\nSecretKey: {{SecretKey}}\n", + "headers": "Content-Type: application/json\nX-SecretKey: {{SecretKey}}\n", "url": "https://{{TitleId}}.playfabapi.com/Admin/SetPublisherData", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "SetPublisherData", "description": "Updates the key-value store of custom publisher settings\n\nApi Documentation: https://api.playfab.com/Documentation/Admin/method/SetPublisherData\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\"Key\": key we want to set a value on (note, this is additive - will only replace an existing key's value if they are the same name.) Keys are trimmed of whitespace. Keys may not begin with the '!' character.\n\n\"Value\": new value to set. Set to null to remove a value\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.", @@ -870,10 +870,10 @@ }, { "id": "admin-SetStoreItems", - "headers": "Content-Type: application/json\nSecretKey: {{SecretKey}}\n", + "headers": "Content-Type: application/json\nX-SecretKey: {{SecretKey}}\n", "url": "https://{{TitleId}}.playfabapi.com/Admin/SetStoreItems", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "SetStoreItems", "description": "Sets all the items in one virtual store\n\nApi Documentation: https://api.playfab.com/Documentation/Admin/method/SetStoreItems\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\"CatalogVersion\": catalog version of the store to update. Use default catalog version if null\n\n\"StoreId\": unqiue identifier for the store which is to be updated\n\n\"Store\": array of store items - references to catalog items, with specific pricing - to be added\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.", @@ -884,10 +884,10 @@ }, { "id": "admin-SetTitleData", - "headers": "Content-Type: application/json\nSecretKey: {{SecretKey}}\n", + "headers": "Content-Type: application/json\nX-SecretKey: {{SecretKey}}\n", "url": "https://{{TitleId}}.playfabapi.com/Admin/SetTitleData", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "SetTitleData", "description": "Creates and updates the key-value store of custom title settings\n\nApi Documentation: https://api.playfab.com/Documentation/Admin/method/SetTitleData\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\"Key\": key we want to set a value on (note, this is additive - will only replace an existing key's value if they are the same name.) Keys are trimmed of whitespace. Keys may not begin with the '!' character.\n\n\"Value\": new value to set. Set to null to remove a value\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.", @@ -898,10 +898,10 @@ }, { "id": "admin-SetupPushNotification", - "headers": "Content-Type: application/json\nSecretKey: {{SecretKey}}\n", + "headers": "Content-Type: application/json\nX-SecretKey: {{SecretKey}}\n", "url": "https://{{TitleId}}.playfabapi.com/Admin/SetupPushNotification", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "SetupPushNotification", "description": "Sets the Amazon Resource Name (ARN) for iOS and Android push notifications. Documentation on the exact restrictions can be found at: http://docs.aws.amazon.com/sns/latest/api/API_CreatePlatformApplication.html. Currently, Amazon device Messaging is not supported.\n\nApi Documentation: https://api.playfab.com/Documentation/Admin/method/SetupPushNotification\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\"Name\": name of the application sending the message (application names must be made up of only uppercase and lowercase ASCII letters, numbers, underscores, hyphens, and periods, and must be between 1 and 256 characters long)\n\n\"Platform\": supported notification platforms are Apple Push Notification Service (APNS and APNS_SANDBOX) for iOS and Google Cloud Messaging (GCM) for Android\n\n\"Key\": for APNS, this is the PlatformPrincipal (SSL Certificate)\n\n\"Credential\": Credential is the Private Key for APNS/APNS_SANDBOX, and the API Key for GCM\n\n\"OverwriteOldARN\": replace any existing ARN with the newly generated one. If this is set to false, an error will be returned if notifications have already setup for this platform.\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.", @@ -912,10 +912,10 @@ }, { "id": "admin-SubtractUserVirtualCurrency", - "headers": "Content-Type: application/json\nSecretKey: {{SecretKey}}\n", + "headers": "Content-Type: application/json\nX-SecretKey: {{SecretKey}}\n", "url": "https://{{TitleId}}.playfabapi.com/Admin/SubtractUserVirtualCurrency", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "SubtractUserVirtualCurrency", "description": "Decrements the specified virtual currency by the stated amount\n\nApi Documentation: https://api.playfab.com/Documentation/Admin/method/SubtractUserVirtualCurrency\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\": PlayFab unique identifier of the user whose virtual currency balance is to be decreased.\n\n\"VirtualCurrency\": Name of the virtual currency which is to be decremented.\n\n\"Amount\": Amount to be subtracted from the user balance of the specified virtual currency.\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.", @@ -926,10 +926,10 @@ }, { "id": "admin-UpdateCatalogItems", - "headers": "Content-Type: application/json\nSecretKey: {{SecretKey}}\n", + "headers": "Content-Type: application/json\nX-SecretKey: {{SecretKey}}\n", "url": "https://{{TitleId}}.playfabapi.com/Admin/UpdateCatalogItems", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "UpdateCatalogItems", "description": "Updates the catalog configuration for virtual goods in the specified catalog version\n\nApi Documentation: https://api.playfab.com/Documentation/Admin/method/UpdateCatalogItems\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\"CatalogVersion\": which catalog is being updated\n\n\"Catalog\": array of catalog items to be submitted\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.", @@ -940,10 +940,10 @@ }, { "id": "admin-UpdateCloudScript", - "headers": "Content-Type: application/json\nSecretKey: {{SecretKey}}\n", + "headers": "Content-Type: application/json\nX-SecretKey: {{SecretKey}}\n", "url": "https://{{TitleId}}.playfabapi.com/Admin/UpdateCloudScript", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "UpdateCloudScript", "description": "Creates a new Cloud Script revision and uploads source code to it. Note that at this time, only one file should be submitted in the revision.\n\nApi Documentation: https://api.playfab.com/Documentation/Admin/method/UpdateCloudScript\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 update. If null, defaults to most recent version\n\n\"Files\": List of Cloud Script files to upload to create the new revision. Must have at least one file.\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.", @@ -954,10 +954,10 @@ }, { "id": "admin-UpdateRandomResultTables", - "headers": "Content-Type: application/json\nSecretKey: {{SecretKey}}\n", + "headers": "Content-Type: application/json\nX-SecretKey: {{SecretKey}}\n", "url": "https://{{TitleId}}.playfabapi.com/Admin/UpdateRandomResultTables", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "UpdateRandomResultTables", "description": "Updates the random drop table configuration for the title\n\nApi Documentation: https://api.playfab.com/Documentation/Admin/method/UpdateRandomResultTables\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\"CatalogVersion\": which catalog is being updated. If null, update the current default catalog version\n\n\"Tables\": array of random result tables to make available (Note: specifying an existing TableId will result in overwriting that table, while any others will be added to the available set)\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.", @@ -968,10 +968,10 @@ }, { "id": "admin-UpdateStoreItems", - "headers": "Content-Type: application/json\nSecretKey: {{SecretKey}}\n", + "headers": "Content-Type: application/json\nX-SecretKey: {{SecretKey}}\n", "url": "https://{{TitleId}}.playfabapi.com/Admin/UpdateStoreItems", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "UpdateStoreItems", "description": "Updates an existing virtual item store with new or modified items\n\nApi Documentation: https://api.playfab.com/Documentation/Admin/method/UpdateStoreItems\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\"CatalogVersion\": catalog version of the store to update. Use default catalog version if null\n\n\"StoreId\": unqiue identifier for the store which is to be updated\n\n\"Store\": array of store items - references to catalog items, with specific pricing - to be added\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.", @@ -982,10 +982,10 @@ }, { "id": "admin-UpdateUserData", - "headers": "Content-Type: application/json\nSecretKey: {{SecretKey}}\n", + "headers": "Content-Type: application/json\nX-SecretKey: {{SecretKey}}\n", "url": "https://{{TitleId}}.playfabapi.com/Admin/UpdateUserData", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "UpdateUserData", "description": "Updates the title-specific custom data for the user which is readable and writable by the client\n\nApi Documentation: https://api.playfab.com/Documentation/Admin/method/UpdateUserData\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\"Data\": Key-value pairs to be written to the custom data. Note that keys are trimmed of whitespace, are limited in size, and may not begin with a '!' character.\n\n\"KeysToRemove\": Optional list of Data-keys to remove from UserData. Some SDKs cannot insert null-values into Data due to language constraints. Use this to delete the keys directly.\n\n\"Permission\": Permission to be applied to all user data keys written in this request. Defaults to \"private\" if not set.\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.", @@ -996,10 +996,10 @@ }, { "id": "admin-UpdateUserInternalData", - "headers": "Content-Type: application/json\nSecretKey: {{SecretKey}}\n", + "headers": "Content-Type: application/json\nX-SecretKey: {{SecretKey}}\n", "url": "https://{{TitleId}}.playfabapi.com/Admin/UpdateUserInternalData", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "UpdateUserInternalData", "description": "Updates the title-specific custom data for the user which cannot be accessed by the client\n\nApi Documentation: https://api.playfab.com/Documentation/Admin/method/UpdateUserInternalData\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\"Data\": Key-value pairs to be written to the custom data. Note that keys are trimmed of whitespace, are limited in size, and may not begin with a '!' character.\n\n\"KeysToRemove\": Optional list of Data-keys to remove from UserData. Some SDKs cannot insert null-values into Data due to language constraints. Use this to delete the keys directly.\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.", @@ -1010,10 +1010,10 @@ }, { "id": "admin-UpdateUserPublisherData", - "headers": "Content-Type: application/json\nSecretKey: {{SecretKey}}\n", + "headers": "Content-Type: application/json\nX-SecretKey: {{SecretKey}}\n", "url": "https://{{TitleId}}.playfabapi.com/Admin/UpdateUserPublisherData", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "UpdateUserPublisherData", "description": "Updates the publisher-specific custom data for the user which is readable and writable by the client\n\nApi Documentation: https://api.playfab.com/Documentation/Admin/method/UpdateUserPublisherData\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\"Data\": Key-value pairs to be written to the custom data. Note that keys are trimmed of whitespace, are limited in size, and may not begin with a '!' character.\n\n\"KeysToRemove\": Optional list of Data-keys to remove from UserData. Some SDKs cannot insert null-values into Data due to language constraints. Use this to delete the keys directly.\n\n\"Permission\": Permission to be applied to all user data keys written in this request. Defaults to \"private\" if not set.\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.", @@ -1024,10 +1024,10 @@ }, { "id": "admin-UpdateUserPublisherInternalData", - "headers": "Content-Type: application/json\nSecretKey: {{SecretKey}}\n", + "headers": "Content-Type: application/json\nX-SecretKey: {{SecretKey}}\n", "url": "https://{{TitleId}}.playfabapi.com/Admin/UpdateUserPublisherInternalData", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "UpdateUserPublisherInternalData", "description": "Updates the publisher-specific custom data for the user which cannot be accessed by the client\n\nApi Documentation: https://api.playfab.com/Documentation/Admin/method/UpdateUserPublisherInternalData\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\"Data\": Key-value pairs to be written to the custom data. Note that keys are trimmed of whitespace, are limited in size, and may not begin with a '!' character.\n\n\"KeysToRemove\": Optional list of Data-keys to remove from UserData. Some SDKs cannot insert null-values into Data due to language constraints. Use this to delete the keys directly.\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.", @@ -1038,10 +1038,10 @@ }, { "id": "admin-UpdateUserPublisherReadOnlyData", - "headers": "Content-Type: application/json\nSecretKey: {{SecretKey}}\n", + "headers": "Content-Type: application/json\nX-SecretKey: {{SecretKey}}\n", "url": "https://{{TitleId}}.playfabapi.com/Admin/UpdateUserPublisherReadOnlyData", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "UpdateUserPublisherReadOnlyData", "description": "Updates the publisher-specific custom data for the user which can only be read by the client\n\nApi Documentation: https://api.playfab.com/Documentation/Admin/method/UpdateUserPublisherReadOnlyData\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\"Data\": Key-value pairs to be written to the custom data. Note that keys are trimmed of whitespace, are limited in size, and may not begin with a '!' character.\n\n\"KeysToRemove\": Optional list of Data-keys to remove from UserData. Some SDKs cannot insert null-values into Data due to language constraints. Use this to delete the keys directly.\n\n\"Permission\": Permission to be applied to all user data keys written in this request. Defaults to \"private\" if not set.\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.", @@ -1052,10 +1052,10 @@ }, { "id": "admin-UpdateUserReadOnlyData", - "headers": "Content-Type: application/json\nSecretKey: {{SecretKey}}\n", + "headers": "Content-Type: application/json\nX-SecretKey: {{SecretKey}}\n", "url": "https://{{TitleId}}.playfabapi.com/Admin/UpdateUserReadOnlyData", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "UpdateUserReadOnlyData", "description": "Updates the title-specific custom data for the user which can only be read by the client\n\nApi Documentation: https://api.playfab.com/Documentation/Admin/method/UpdateUserReadOnlyData\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\"Data\": Key-value pairs to be written to the custom data. Note that keys are trimmed of whitespace, are limited in size, and may not begin with a '!' character.\n\n\"KeysToRemove\": Optional list of Data-keys to remove from UserData. Some SDKs cannot insert null-values into Data due to language constraints. Use this to delete the keys directly.\n\n\"Permission\": Permission to be applied to all user data keys written in this request. Defaults to \"private\" if not set.\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.", @@ -1066,10 +1066,10 @@ }, { "id": "admin-UpdateUserTitleDisplayName", - "headers": "Content-Type: application/json\nSecretKey: {{SecretKey}}\n", + "headers": "Content-Type: application/json\nX-SecretKey: {{SecretKey}}\n", "url": "https://{{TitleId}}.playfabapi.com/Admin/UpdateUserTitleDisplayName", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "UpdateUserTitleDisplayName", "description": "Updates the title specific display name for a user\n\nApi Documentation: https://api.playfab.com/Documentation/Admin/method/UpdateUserTitleDisplayName\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\": PlayFab unique identifier of the user whose title specific display name is to be changed\n\n\"DisplayName\": new title display name for the user - must be between 3 and 25 characters\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.", @@ -1081,10 +1081,10 @@ { "id": "matchmaker-AuthUser", - "headers": "Content-Type: application/json\nSecretKey: {{SecretKey}}\n", + "headers": "Content-Type: application/json\nX-SecretKey: {{SecretKey}}\n", "url": "https://{{TitleId}}.playfabapi.com/Matchmaker/AuthUser", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "AuthUser", "description": "Validates a user with the PlayFab service\n\nApi Documentation: https://api.playfab.com/Documentation/Matchmaker/method/AuthUser\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\"AuthorizationTicket\": Session Ticket provided by the client.\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.", @@ -1095,10 +1095,10 @@ }, { "id": "matchmaker-PlayerJoined", - "headers": "Content-Type: application/json\nSecretKey: {{SecretKey}}\n", + "headers": "Content-Type: application/json\nX-SecretKey: {{SecretKey}}\n", "url": "https://{{TitleId}}.playfabapi.com/Matchmaker/PlayerJoined", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "PlayerJoined", "description": "Informs the PlayFab game server hosting service that the indicated user has joined the Game Server Instance specified\n\nApi Documentation: https://api.playfab.com/Documentation/Matchmaker/method/PlayerJoined\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\"LobbyId\": Unique identifier of the Game Server Instance the user is joining.\n\n\"PlayFabId\": PlayFab unique identifier for the user joining.\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.", @@ -1109,10 +1109,10 @@ }, { "id": "matchmaker-PlayerLeft", - "headers": "Content-Type: application/json\nSecretKey: {{SecretKey}}\n", + "headers": "Content-Type: application/json\nX-SecretKey: {{SecretKey}}\n", "url": "https://{{TitleId}}.playfabapi.com/Matchmaker/PlayerLeft", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "PlayerLeft", "description": "Informs the PlayFab game server hosting service that the indicated user has left the Game Server Instance specified\n\nApi Documentation: https://api.playfab.com/Documentation/Matchmaker/method/PlayerLeft\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\"LobbyId\": Unique identifier of the Game Server Instance the user is leaving.\n\n\"PlayFabId\": PlayFab unique identifier for the user leaving.\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.", @@ -1123,10 +1123,10 @@ }, { "id": "matchmaker-StartGame", - "headers": "Content-Type: application/json\nSecretKey: {{SecretKey}}\n", + "headers": "Content-Type: application/json\nX-SecretKey: {{SecretKey}}\n", "url": "https://{{TitleId}}.playfabapi.com/Matchmaker/StartGame", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "StartGame", "description": "Instructs the PlayFab game server hosting service to instantiate a new Game Server Instance\n\nApi Documentation: https://api.playfab.com/Documentation/Matchmaker/method/StartGame\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\"Build\": Unique identifier of the previously uploaded build executable which is to be started.\n\n\"Region\": Region with which to associate the server, for filtering.\n\n\"GameMode\": Game mode for this Game Server Instance.\n\n\"CustomCommandLineData\": Custom command line argument when starting game server process.\n\n\"ExternalMatchmakerEventEndpoint\": HTTP endpoint URL for receiving game status events, if using an external matchmaker. When the game ends, PlayFab will make a POST request to this URL with the X-SecretKey header set to the value of the game's secret and an application/json body of { \"EventName\": \"game_ended\", \"GameID\": \"\" }.\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.", @@ -1137,10 +1137,10 @@ }, { "id": "matchmaker-UserInfo", - "headers": "Content-Type: application/json\nSecretKey: {{SecretKey}}\n", + "headers": "Content-Type: application/json\nX-SecretKey: {{SecretKey}}\n", "url": "https://{{TitleId}}.playfabapi.com/Matchmaker/UserInfo", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "UserInfo", "description": "Retrieves the relevant details for a specified user, which the external match-making service can then use to compute effective matches\n\nApi Documentation: https://api.playfab.com/Documentation/Matchmaker/method/UserInfo\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\": PlayFab unique identifier of the user whose information is being requested.\n\n\"MinCatalogVersion\": Minimum catalog version for which data is requested (filters the results to only contain inventory items which have a catalog version of this or higher).\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.", @@ -1152,10 +1152,10 @@ { "id": "server-AddCharacterVirtualCurrency", - "headers": "Content-Type: application/json\nSecretKey: {{SecretKey}}\n", + "headers": "Content-Type: application/json\nX-SecretKey: {{SecretKey}}\n", "url": "https://{{TitleId}}.playfabapi.com/Server/AddCharacterVirtualCurrency", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "AddCharacterVirtualCurrency", "description": "Increments the character's balance of the specified virtual currency by the stated amount\n\nApi Documentation: https://api.playfab.com/Documentation/Server/method/AddCharacterVirtualCurrency\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\": PlayFab unique identifier of the user whose virtual currency balance is to be incremented.\n\n\"CharacterId\": Unique PlayFab assigned ID for a specific character owned by a user\n\n\"VirtualCurrency\": Name of the virtual currency which is to be incremented.\n\n\"Amount\": Amount to be added to the character balance of the specified virtual currency. Maximum VC balance is Int32 (2,147,483,647). Any increase over this value will be discarded.\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.", @@ -1166,10 +1166,10 @@ }, { "id": "server-AddSharedGroupMembers", - "headers": "Content-Type: application/json\nSecretKey: {{SecretKey}}\n", + "headers": "Content-Type: application/json\nX-SecretKey: {{SecretKey}}\n", "url": "https://{{TitleId}}.playfabapi.com/Server/AddSharedGroupMembers", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "AddSharedGroupMembers", "description": "Adds users to the set of those able to update both the shared data, as well as the set of users in the group. Only users in the group (and the server) can add new members.\n\nApi Documentation: https://api.playfab.com/Documentation/Server/method/AddSharedGroupMembers\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\"SharedGroupId\": Unique identifier for the shared group.\n\n\"PlayFabIds\": An array of unique PlayFab assigned ID of the user on whom the operation will be performed.\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.", @@ -1180,10 +1180,10 @@ }, { "id": "server-AddUserVirtualCurrency", - "headers": "Content-Type: application/json\nSecretKey: {{SecretKey}}\n", + "headers": "Content-Type: application/json\nX-SecretKey: {{SecretKey}}\n", "url": "https://{{TitleId}}.playfabapi.com/Server/AddUserVirtualCurrency", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "AddUserVirtualCurrency", "description": "Increments the user's balance of the specified virtual currency by the stated amount\n\nApi Documentation: https://api.playfab.com/Documentation/Server/method/AddUserVirtualCurrency\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\": PlayFab unique identifier of the user whose virtual currency balance is to be increased.\n\n\"VirtualCurrency\": Name of the virtual currency which is to be incremented.\n\n\"Amount\": Amount to be added to the user balance of the specified virtual currency. Maximum VC balance is Int32 (2,147,483,647). Any increase over this value will be discarded.\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.", @@ -1194,10 +1194,10 @@ }, { "id": "server-AuthenticateSessionTicket", - "headers": "Content-Type: application/json\nSecretKey: {{SecretKey}}\n", + "headers": "Content-Type: application/json\nX-SecretKey: {{SecretKey}}\n", "url": "https://{{TitleId}}.playfabapi.com/Server/AuthenticateSessionTicket", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "AuthenticateSessionTicket", "description": "Validated a client's session ticket, and if successful, returns details for that user\n\nApi Documentation: https://api.playfab.com/Documentation/Server/method/AuthenticateSessionTicket\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\"SessionTicket\": Session ticket as issued by a PlayFab client login API.\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.", @@ -1208,10 +1208,10 @@ }, { "id": "server-AwardSteamAchievement", - "headers": "Content-Type: application/json\nSecretKey: {{SecretKey}}\n", + "headers": "Content-Type: application/json\nX-SecretKey: {{SecretKey}}\n", "url": "https://{{TitleId}}.playfabapi.com/Server/AwardSteamAchievement", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "AwardSteamAchievement", "description": "Awards the specified users the specified Steam achievements\n\nApi Documentation: https://api.playfab.com/Documentation/Server/method/AwardSteamAchievement\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\"Achievements\": Array of achievements to grant and the users to whom they are to be granted.\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.", @@ -1222,10 +1222,10 @@ }, { "id": "server-CreateSharedGroup", - "headers": "Content-Type: application/json\nSecretKey: {{SecretKey}}\n", + "headers": "Content-Type: application/json\nX-SecretKey: {{SecretKey}}\n", "url": "https://{{TitleId}}.playfabapi.com/Server/CreateSharedGroup", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "CreateSharedGroup", "description": "Requests the creation of a shared group object, containing key/value pairs which may be updated by all members of the group. When created by a server, the group will initially have no members.\n\nApi Documentation: https://api.playfab.com/Documentation/Server/method/CreateSharedGroup\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\"SharedGroupId\": Unique identifier for the shared group (a random identifier will be assigned, if one is not specified).\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.", @@ -1236,10 +1236,10 @@ }, { "id": "server-DeleteCharacterFromUser", - "headers": "Content-Type: application/json\nSecretKey: {{SecretKey}}\n", + "headers": "Content-Type: application/json\nX-SecretKey: {{SecretKey}}\n", "url": "https://{{TitleId}}.playfabapi.com/Server/DeleteCharacterFromUser", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "DeleteCharacterFromUser", "description": "Deletes the specific character ID from the specified user.\n\nApi Documentation: https://api.playfab.com/Documentation/Server/method/DeleteCharacterFromUser\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\"CharacterId\": Unique PlayFab assigned ID for a specific character owned by a user\n\n\"SaveCharacterInventory\": If true, the character's inventory will be transferred up to the owning user; otherwise, this request will purge those items.\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.", @@ -1250,10 +1250,10 @@ }, { "id": "server-DeleteSharedGroup", - "headers": "Content-Type: application/json\nSecretKey: {{SecretKey}}\n", + "headers": "Content-Type: application/json\nX-SecretKey: {{SecretKey}}\n", "url": "https://{{TitleId}}.playfabapi.com/Server/DeleteSharedGroup", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "DeleteSharedGroup", "description": "Deletes a shared group, freeing up the shared group ID to be reused for a new group\n\nApi Documentation: https://api.playfab.com/Documentation/Server/method/DeleteSharedGroup\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\"SharedGroupId\": Unique identifier for the shared group.\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.", @@ -1264,10 +1264,10 @@ }, { "id": "server-GetAllUsersCharacters", - "headers": "Content-Type: application/json\nSecretKey: {{SecretKey}}\n", + "headers": "Content-Type: application/json\nX-SecretKey: {{SecretKey}}\n", "url": "https://{{TitleId}}.playfabapi.com/Server/GetAllUsersCharacters", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "GetAllUsersCharacters", "description": "Lists all of the characters that belong to a specific user.\n\nApi Documentation: https://api.playfab.com/Documentation/Server/method/GetAllUsersCharacters\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\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.", @@ -1278,10 +1278,10 @@ }, { "id": "server-GetCatalogItems", - "headers": "Content-Type: application/json\nSecretKey: {{SecretKey}}\n", + "headers": "Content-Type: application/json\nX-SecretKey: {{SecretKey}}\n", "url": "https://{{TitleId}}.playfabapi.com/Server/GetCatalogItems", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "GetCatalogItems", "description": "Retrieves the specified version of the title's catalog of virtual goods, including all defined properties\n\nApi Documentation: https://api.playfab.com/Documentation/Server/method/GetCatalogItems\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\"CatalogVersion\": Which catalog is being requested.\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.", @@ -1292,10 +1292,10 @@ }, { "id": "server-GetCharacterData", - "headers": "Content-Type: application/json\nSecretKey: {{SecretKey}}\n", + "headers": "Content-Type: application/json\nX-SecretKey: {{SecretKey}}\n", "url": "https://{{TitleId}}.playfabapi.com/Server/GetCharacterData", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "GetCharacterData", "description": "Retrieves the title-specific custom data for the user which is readable and writable by the client\n\nApi Documentation: https://api.playfab.com/Documentation/Server/method/GetCharacterData\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\"CharacterId\": Unique PlayFab assigned ID for a specific character owned by a user\n\n\"Keys\": Specific keys to search for in the custom user data.\n\n\"IfChangedFromDataVersion\": The version that currently exists according to the caller. The call will return the data for all of the keys if the version in the system is greater than this.\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.", @@ -1306,10 +1306,10 @@ }, { "id": "server-GetCharacterInternalData", - "headers": "Content-Type: application/json\nSecretKey: {{SecretKey}}\n", + "headers": "Content-Type: application/json\nX-SecretKey: {{SecretKey}}\n", "url": "https://{{TitleId}}.playfabapi.com/Server/GetCharacterInternalData", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "GetCharacterInternalData", "description": "Retrieves the title-specific custom data for the user's character which cannot be accessed by the client\n\nApi Documentation: https://api.playfab.com/Documentation/Server/method/GetCharacterInternalData\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\"CharacterId\": Unique PlayFab assigned ID for a specific character owned by a user\n\n\"Keys\": Specific keys to search for in the custom user data.\n\n\"IfChangedFromDataVersion\": The version that currently exists according to the caller. The call will return the data for all of the keys if the version in the system is greater than this.\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.", @@ -1320,10 +1320,10 @@ }, { "id": "server-GetCharacterInventory", - "headers": "Content-Type: application/json\nSecretKey: {{SecretKey}}\n", + "headers": "Content-Type: application/json\nX-SecretKey: {{SecretKey}}\n", "url": "https://{{TitleId}}.playfabapi.com/Server/GetCharacterInventory", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "GetCharacterInventory", "description": "Retrieves the specified character's current inventory of virtual goods\n\nApi Documentation: https://api.playfab.com/Documentation/Server/method/GetCharacterInventory\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\"CharacterId\": Unique PlayFab assigned ID for a specific character owned by a user\n\n\"CatalogVersion\": Used to limit results to only those from a specific catalog version.\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.", @@ -1334,10 +1334,10 @@ }, { "id": "server-GetCharacterLeaderboard", - "headers": "Content-Type: application/json\nSecretKey: {{SecretKey}}\n", + "headers": "Content-Type: application/json\nX-SecretKey: {{SecretKey}}\n", "url": "https://{{TitleId}}.playfabapi.com/Server/GetCharacterLeaderboard", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "GetCharacterLeaderboard", "description": "Retrieves a list of ranked characters for the given statistic, starting from the indicated point in the leaderboard\n\nApi Documentation: https://api.playfab.com/Documentation/Server/method/GetCharacterLeaderboard\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\"CharacterId\": Unique PlayFab assigned ID for a specific character owned by a user\n\n\"CharacterType\": Optional character type on which to filter the leaderboard entries.\n\n\"StatisticName\": Unique identifier for the title-specific statistic for the leaderboard.\n\n\"StartPosition\": First entry in the leaderboard to be retrieved.\n\n\"MaxResultsCount\": Maximum number of entries to retrieve.\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.", @@ -1348,10 +1348,10 @@ }, { "id": "server-GetCharacterReadOnlyData", - "headers": "Content-Type: application/json\nSecretKey: {{SecretKey}}\n", + "headers": "Content-Type: application/json\nX-SecretKey: {{SecretKey}}\n", "url": "https://{{TitleId}}.playfabapi.com/Server/GetCharacterReadOnlyData", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "GetCharacterReadOnlyData", "description": "Retrieves the title-specific custom data for the user's character which can only be read by the client\n\nApi Documentation: https://api.playfab.com/Documentation/Server/method/GetCharacterReadOnlyData\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\"CharacterId\": Unique PlayFab assigned ID for a specific character owned by a user\n\n\"Keys\": Specific keys to search for in the custom user data.\n\n\"IfChangedFromDataVersion\": The version that currently exists according to the caller. The call will return the data for all of the keys if the version in the system is greater than this.\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.", @@ -1362,10 +1362,10 @@ }, { "id": "server-GetCharacterStatistics", - "headers": "Content-Type: application/json\nSecretKey: {{SecretKey}}\n", + "headers": "Content-Type: application/json\nX-SecretKey: {{SecretKey}}\n", "url": "https://{{TitleId}}.playfabapi.com/Server/GetCharacterStatistics", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "GetCharacterStatistics", "description": "Retrieves the details of all title-specific statistics for the specific character\n\nApi Documentation: https://api.playfab.com/Documentation/Server/method/GetCharacterStatistics\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\"CharacterId\": Unique PlayFab assigned ID for a specific character owned by a user\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.", @@ -1376,10 +1376,10 @@ }, { "id": "server-GetContentDownloadUrl", - "headers": "Content-Type: application/json\nSecretKey: {{SecretKey}}\n", + "headers": "Content-Type: application/json\nX-SecretKey: {{SecretKey}}\n", "url": "https://{{TitleId}}.playfabapi.com/Server/GetContentDownloadUrl", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "GetContentDownloadUrl", "description": "This API retrieves a pre-signed URL for accessing a content file for the title. A subsequent HTTP GET to the returned URL will attempt to download the content. A HEAD query to the returned URL will attempt to retrieve the metadata of the content. Note that a successful result does not guarantee the existence of this content - if it has not been uploaded, the query to retrieve the data will fail. See this post for more information: https://support.playfab.com/support/discussions/topics/1000059929\n\nApi Documentation: https://api.playfab.com/Documentation/Server/method/GetContentDownloadUrl\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\"Key\": Key of the content item to fetch, usually formatted as a path, e.g. images/a.png\n\n\"HttpMethod\": HTTP method to fetch item - GET or HEAD. Use HEAD when only fetching metadata. Default is GET.\n\n\"ThruCDN\": True if download through CDN. CDN provides better download bandwidth and time. However, if you want latest, non-cached version of the content, set this to false. Default is true.\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.", @@ -1390,10 +1390,10 @@ }, { "id": "server-GetLeaderboard", - "headers": "Content-Type: application/json\nSecretKey: {{SecretKey}}\n", + "headers": "Content-Type: application/json\nX-SecretKey: {{SecretKey}}\n", "url": "https://{{TitleId}}.playfabapi.com/Server/GetLeaderboard", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "GetLeaderboard", "description": "Retrieves a list of ranked users for the given statistic, starting from the indicated point in the leaderboard\n\nApi Documentation: https://api.playfab.com/Documentation/Server/method/GetLeaderboard\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\"StatisticName\": Unique identifier for the title-specific statistic for the leaderboard.\n\n\"StartPosition\": First entry in the leaderboard to be retrieved.\n\n\"MaxResultsCount\": Maximum number of entries to retrieve.\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.", @@ -1404,10 +1404,10 @@ }, { "id": "server-GetLeaderboardAroundCharacter", - "headers": "Content-Type: application/json\nSecretKey: {{SecretKey}}\n", + "headers": "Content-Type: application/json\nX-SecretKey: {{SecretKey}}\n", "url": "https://{{TitleId}}.playfabapi.com/Server/GetLeaderboardAroundCharacter", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "GetLeaderboardAroundCharacter", "description": "Retrieves a list of ranked characters for the given statistic, centered on the requested user\n\nApi Documentation: https://api.playfab.com/Documentation/Server/method/GetLeaderboardAroundCharacter\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\"StatisticName\": Unique identifier for the title-specific statistic for the leaderboard.\n\n\"PlayFabId\": Unique PlayFab assigned ID of the user on whom the operation will be performed.\n\n\"CharacterId\": Unique PlayFab assigned ID for a specific character owned by a user\n\n\"CharacterType\": Optional character type on which to filter the leaderboard entries.\n\n\"MaxResultsCount\": Maximum number of entries to retrieve.\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.", @@ -1418,10 +1418,10 @@ }, { "id": "server-GetLeaderboardAroundUser", - "headers": "Content-Type: application/json\nSecretKey: {{SecretKey}}\n", + "headers": "Content-Type: application/json\nX-SecretKey: {{SecretKey}}\n", "url": "https://{{TitleId}}.playfabapi.com/Server/GetLeaderboardAroundUser", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "GetLeaderboardAroundUser", "description": "Retrieves a list of ranked users for the given statistic, centered on the currently signed-in user\n\nApi Documentation: https://api.playfab.com/Documentation/Server/method/GetLeaderboardAroundUser\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\"StatisticName\": Unique identifier for the title-specific statistic for the leaderboard.\n\n\"PlayFabId\": Unique PlayFab assigned ID of the user on whom the operation will be performed.\n\n\"MaxResultsCount\": Maximum number of entries to retrieve.\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.", @@ -1432,10 +1432,10 @@ }, { "id": "server-GetLeaderboardForUserCharacters", - "headers": "Content-Type: application/json\nSecretKey: {{SecretKey}}\n", + "headers": "Content-Type: application/json\nX-SecretKey: {{SecretKey}}\n", "url": "https://{{TitleId}}.playfabapi.com/Server/GetLeaderboardForUserCharacters", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "GetLeaderboardForUserCharacters", "description": "Retrieves a list of all of the user's characters for the given statistic.\n\nApi Documentation: https://api.playfab.com/Documentation/Server/method/GetLeaderboardForUserCharacters\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\"StatisticName\": Unique identifier for the title-specific statistic for the leaderboard.\n\n\"PlayFabId\": Unique PlayFab assigned ID of the user on whom the operation will be performed.\n\n\"MaxResultsCount\": Maximum number of entries to retrieve.\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.", @@ -1446,10 +1446,10 @@ }, { "id": "server-GetPlayFabIDsFromFacebookIDs", - "headers": "Content-Type: application/json\nSecretKey: {{SecretKey}}\n", + "headers": "Content-Type: application/json\nX-SecretKey: {{SecretKey}}\n", "url": "https://{{TitleId}}.playfabapi.com/Server/GetPlayFabIDsFromFacebookIDs", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "GetPlayFabIDsFromFacebookIDs", "description": "Retrieves the unique PlayFab identifiers for the given set of Facebook identifiers.\n\nApi Documentation: https://api.playfab.com/Documentation/Server/method/GetPlayFabIDsFromFacebookIDs\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\"FacebookIDs\": Array of unique Facebook identifiers for which the title needs to get PlayFab identifiers.\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.", @@ -1460,10 +1460,10 @@ }, { "id": "server-GetPublisherData", - "headers": "Content-Type: application/json\nSecretKey: {{SecretKey}}\n", + "headers": "Content-Type: application/json\nX-SecretKey: {{SecretKey}}\n", "url": "https://{{TitleId}}.playfabapi.com/Server/GetPublisherData", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "GetPublisherData", "description": "Retrieves the key-value store of custom publisher settings\n\nApi Documentation: https://api.playfab.com/Documentation/Server/method/GetPublisherData\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\"Keys\": array of keys to get back data from the Publisher data blob, set by the admin tools\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.", @@ -1474,10 +1474,10 @@ }, { "id": "server-GetSharedGroupData", - "headers": "Content-Type: application/json\nSecretKey: {{SecretKey}}\n", + "headers": "Content-Type: application/json\nX-SecretKey: {{SecretKey}}\n", "url": "https://{{TitleId}}.playfabapi.com/Server/GetSharedGroupData", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "GetSharedGroupData", "description": "Retrieves data stored in a shared group object, as well as the list of members in the group. The server can access all public and private group data.\n\nApi Documentation: https://api.playfab.com/Documentation/Server/method/GetSharedGroupData\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\"SharedGroupId\": Unique identifier for the shared group.\n\n\"Keys\": Specific keys to retrieve from the shared group (if not specified, all keys will be returned, while an empty array indicates that no keys should be returned).\n\n\"GetMembers\": If true, return the list of all members of the shared group.\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.", @@ -1488,10 +1488,10 @@ }, { "id": "server-GetTitleData", - "headers": "Content-Type: application/json\nSecretKey: {{SecretKey}}\n", + "headers": "Content-Type: application/json\nX-SecretKey: {{SecretKey}}\n", "url": "https://{{TitleId}}.playfabapi.com/Server/GetTitleData", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "GetTitleData", "description": "Retrieves the key-value store of custom title settings\n\nApi Documentation: https://api.playfab.com/Documentation/Server/method/GetTitleData\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\"Keys\": Specific keys to search for in the title data (leave null to get all keys)\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.", @@ -1502,10 +1502,10 @@ }, { "id": "server-GetTitleInternalData", - "headers": "Content-Type: application/json\nSecretKey: {{SecretKey}}\n", + "headers": "Content-Type: application/json\nX-SecretKey: {{SecretKey}}\n", "url": "https://{{TitleId}}.playfabapi.com/Server/GetTitleInternalData", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "GetTitleInternalData", "description": "Retrieves the key-value store of custom internal title settings\n\nApi Documentation: https://api.playfab.com/Documentation/Server/method/GetTitleInternalData\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\"Keys\": Specific keys to search for in the title data (leave null to get all keys)\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.", @@ -1516,10 +1516,10 @@ }, { "id": "server-GetTitleNews", - "headers": "Content-Type: application/json\nSecretKey: {{SecretKey}}\n", + "headers": "Content-Type: application/json\nX-SecretKey: {{SecretKey}}\n", "url": "https://{{TitleId}}.playfabapi.com/Server/GetTitleNews", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "GetTitleNews", "description": "Retrieves the title news feed, as configured in the developer portal\n\nApi Documentation: https://api.playfab.com/Documentation/Server/method/GetTitleNews\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\"Count\": Limits the results to the last n entries. Defaults to 10 if not set.\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.", @@ -1530,10 +1530,10 @@ }, { "id": "server-GetUserAccountInfo", - "headers": "Content-Type: application/json\nSecretKey: {{SecretKey}}\n", + "headers": "Content-Type: application/json\nX-SecretKey: {{SecretKey}}\n", "url": "https://{{TitleId}}.playfabapi.com/Server/GetUserAccountInfo", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "GetUserAccountInfo", "description": "Retrieves the relevant details for a specified user\n\nApi Documentation: https://api.playfab.com/Documentation/Server/method/GetUserAccountInfo\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\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.", @@ -1544,10 +1544,10 @@ }, { "id": "server-GetUserData", - "headers": "Content-Type: application/json\nSecretKey: {{SecretKey}}\n", + "headers": "Content-Type: application/json\nX-SecretKey: {{SecretKey}}\n", "url": "https://{{TitleId}}.playfabapi.com/Server/GetUserData", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "GetUserData", "description": "Retrieves the title-specific custom data for the user which is readable and writable by the client\n\nApi Documentation: https://api.playfab.com/Documentation/Server/method/GetUserData\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\"Keys\": Specific keys to search for in the custom user data.\n\n\"IfChangedFromDataVersion\": The version that currently exists according to the caller. The call will return the data for all of the keys if the version in the system is greater than this.\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.", @@ -1558,10 +1558,10 @@ }, { "id": "server-GetUserInternalData", - "headers": "Content-Type: application/json\nSecretKey: {{SecretKey}}\n", + "headers": "Content-Type: application/json\nX-SecretKey: {{SecretKey}}\n", "url": "https://{{TitleId}}.playfabapi.com/Server/GetUserInternalData", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "GetUserInternalData", "description": "Retrieves the title-specific custom data for the user which cannot be accessed by the client\n\nApi Documentation: https://api.playfab.com/Documentation/Server/method/GetUserInternalData\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\"Keys\": Specific keys to search for in the custom user data.\n\n\"IfChangedFromDataVersion\": The version that currently exists according to the caller. The call will return the data for all of the keys if the version in the system is greater than this.\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.", @@ -1572,10 +1572,10 @@ }, { "id": "server-GetUserInventory", - "headers": "Content-Type: application/json\nSecretKey: {{SecretKey}}\n", + "headers": "Content-Type: application/json\nX-SecretKey: {{SecretKey}}\n", "url": "https://{{TitleId}}.playfabapi.com/Server/GetUserInventory", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "GetUserInventory", "description": "Retrieves the specified user's current inventory of virtual goods\n\nApi Documentation: https://api.playfab.com/Documentation/Server/method/GetUserInventory\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\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.", @@ -1586,10 +1586,10 @@ }, { "id": "server-GetUserPublisherData", - "headers": "Content-Type: application/json\nSecretKey: {{SecretKey}}\n", + "headers": "Content-Type: application/json\nX-SecretKey: {{SecretKey}}\n", "url": "https://{{TitleId}}.playfabapi.com/Server/GetUserPublisherData", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "GetUserPublisherData", "description": "Retrieves the publisher-specific custom data for the user which is readable and writable by the client\n\nApi Documentation: https://api.playfab.com/Documentation/Server/method/GetUserPublisherData\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\"Keys\": Specific keys to search for in the custom user data.\n\n\"IfChangedFromDataVersion\": The version that currently exists according to the caller. The call will return the data for all of the keys if the version in the system is greater than this.\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.", @@ -1600,10 +1600,10 @@ }, { "id": "server-GetUserPublisherInternalData", - "headers": "Content-Type: application/json\nSecretKey: {{SecretKey}}\n", + "headers": "Content-Type: application/json\nX-SecretKey: {{SecretKey}}\n", "url": "https://{{TitleId}}.playfabapi.com/Server/GetUserPublisherInternalData", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "GetUserPublisherInternalData", "description": "Retrieves the publisher-specific custom data for the user which cannot be accessed by the client\n\nApi Documentation: https://api.playfab.com/Documentation/Server/method/GetUserPublisherInternalData\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\"Keys\": Specific keys to search for in the custom user data.\n\n\"IfChangedFromDataVersion\": The version that currently exists according to the caller. The call will return the data for all of the keys if the version in the system is greater than this.\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.", @@ -1614,10 +1614,10 @@ }, { "id": "server-GetUserPublisherReadOnlyData", - "headers": "Content-Type: application/json\nSecretKey: {{SecretKey}}\n", + "headers": "Content-Type: application/json\nX-SecretKey: {{SecretKey}}\n", "url": "https://{{TitleId}}.playfabapi.com/Server/GetUserPublisherReadOnlyData", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "GetUserPublisherReadOnlyData", "description": "Retrieves the publisher-specific custom data for the user which can only be read by the client\n\nApi Documentation: https://api.playfab.com/Documentation/Server/method/GetUserPublisherReadOnlyData\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\"Keys\": Specific keys to search for in the custom user data.\n\n\"IfChangedFromDataVersion\": The version that currently exists according to the caller. The call will return the data for all of the keys if the version in the system is greater than this.\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.", @@ -1628,10 +1628,10 @@ }, { "id": "server-GetUserReadOnlyData", - "headers": "Content-Type: application/json\nSecretKey: {{SecretKey}}\n", + "headers": "Content-Type: application/json\nX-SecretKey: {{SecretKey}}\n", "url": "https://{{TitleId}}.playfabapi.com/Server/GetUserReadOnlyData", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "GetUserReadOnlyData", "description": "Retrieves the title-specific custom data for the user which can only be read by the client\n\nApi Documentation: https://api.playfab.com/Documentation/Server/method/GetUserReadOnlyData\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\"Keys\": Specific keys to search for in the custom user data.\n\n\"IfChangedFromDataVersion\": The version that currently exists according to the caller. The call will return the data for all of the keys if the version in the system is greater than this.\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.", @@ -1642,10 +1642,10 @@ }, { "id": "server-GetUserStatistics", - "headers": "Content-Type: application/json\nSecretKey: {{SecretKey}}\n", + "headers": "Content-Type: application/json\nX-SecretKey: {{SecretKey}}\n", "url": "https://{{TitleId}}.playfabapi.com/Server/GetUserStatistics", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "GetUserStatistics", "description": "Retrieves the details of all title-specific statistics for the user\n\nApi Documentation: https://api.playfab.com/Documentation/Server/method/GetUserStatistics\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\": User for whom statistics are being requested.\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.", @@ -1656,10 +1656,10 @@ }, { "id": "server-GrantCharacterToUser", - "headers": "Content-Type: application/json\nSecretKey: {{SecretKey}}\n", + "headers": "Content-Type: application/json\nX-SecretKey: {{SecretKey}}\n", "url": "https://{{TitleId}}.playfabapi.com/Server/GrantCharacterToUser", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "GrantCharacterToUser", "description": "Grants the specified character type to the user.\n\nApi Documentation: https://api.playfab.com/Documentation/Server/method/GrantCharacterToUser\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\"CharacterName\": Non-unique display name of the character being granted.\n\n\"CharacterType\": Type of the character being granted; statistics can be sliced based on this value.\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.", @@ -1670,10 +1670,10 @@ }, { "id": "server-GrantItemsToCharacter", - "headers": "Content-Type: application/json\nSecretKey: {{SecretKey}}\n", + "headers": "Content-Type: application/json\nX-SecretKey: {{SecretKey}}\n", "url": "https://{{TitleId}}.playfabapi.com/Server/GrantItemsToCharacter", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "GrantItemsToCharacter", "description": "Adds the specified items to the specified character's inventory\n\nApi Documentation: https://api.playfab.com/Documentation/Server/method/GrantItemsToCharacter\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\"CatalogVersion\": Catalog version from which items are to be granted.\n\n\"CharacterId\": Unique PlayFab assigned ID for a specific character owned by a user\n\n\"PlayFabId\": Unique PlayFab assigned ID of the user on whom the operation will be performed.\n\n\"Annotation\": String detailing any additional information concerning this operation.\n\n\"ItemIds\": Array of itemIds to grant to the user.\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.", @@ -1684,10 +1684,10 @@ }, { "id": "server-GrantItemsToUser", - "headers": "Content-Type: application/json\nSecretKey: {{SecretKey}}\n", + "headers": "Content-Type: application/json\nX-SecretKey: {{SecretKey}}\n", "url": "https://{{TitleId}}.playfabapi.com/Server/GrantItemsToUser", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "GrantItemsToUser", "description": "Adds the specified items to the specified user's inventory\n\nApi Documentation: https://api.playfab.com/Documentation/Server/method/GrantItemsToUser\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\"CatalogVersion\": Catalog version from which items are to be granted.\n\n\"PlayFabId\": Unique PlayFab assigned ID of the user on whom the operation will be performed.\n\n\"Annotation\": String detailing any additional information concerning this operation.\n\n\"ItemIds\": Array of itemIds to grant to the user.\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.", @@ -1698,10 +1698,10 @@ }, { "id": "server-GrantItemsToUsers", - "headers": "Content-Type: application/json\nSecretKey: {{SecretKey}}\n", + "headers": "Content-Type: application/json\nX-SecretKey: {{SecretKey}}\n", "url": "https://{{TitleId}}.playfabapi.com/Server/GrantItemsToUsers", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "GrantItemsToUsers", "description": "Adds the specified items to the specified user inventories\n\nApi Documentation: https://api.playfab.com/Documentation/Server/method/GrantItemsToUsers\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\"CatalogVersion\": Catalog version from which items are to be granted.\n\n\"ItemGrants\": Array of items to grant and the users to whom the items are to be granted.\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.", @@ -1712,10 +1712,10 @@ }, { "id": "server-LogEvent", - "headers": "Content-Type: application/json\nSecretKey: {{SecretKey}}\n", + "headers": "Content-Type: application/json\nX-SecretKey: {{SecretKey}}\n", "url": "https://{{TitleId}}.playfabapi.com/Server/LogEvent", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "LogEvent", "description": "Logs a custom analytics event\n\nApi Documentation: https://api.playfab.com/Documentation/Server/method/LogEvent\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\": PlayFab User Id of the player associated with this event. For non-player associated events, this must be null and EntityId must be set.\n\n\"EntityId\": For non player-associated events, a unique ID for the entity associated with this event. For player associated events, this must be null and PlayFabId must be set.\n\n\"EntityType\": For non player-associated events, the type of entity associated with this event. For player associated events, this must be null.\n\n\"Timestamp\": Optional timestamp for this event. If null, the a timestamp is auto-assigned to the event on the server.\n\n\"EventName\": A unique event name which will be used as the table name in the Redshift database. The name will be made lower case, and cannot not contain spaces. The use of underscores is recommended, for readability. Events also cannot match reserved terms. The PlayFab reserved terms are 'log_in' and 'purchase', 'create' and 'request', while the Redshift reserved terms can be found here: http://docs.aws.amazon.com/redshift/latest/dg/r_pg_keywords.html.\n\n\"Body\": Contains all the data for this event. Event Values can be strings, booleans or numerics (float, double, integer, long) and must be consistent on a per-event basis (if the Value for Key 'A' in Event 'Foo' is an integer the first time it is sent, it must be an integer in all subsequent 'Foo' events). As with event names, Keys must also not use reserved words (see above). Finally, the size of the Body for an event must be less than 32KB (UTF-8 format).\n\n\"ProfileSetEvent\": Flag to set event Body as profile details in the Redshift database as well as a standard event.\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.", @@ -1726,10 +1726,10 @@ }, { "id": "server-ModifyItemUses", - "headers": "Content-Type: application/json\nSecretKey: {{SecretKey}}\n", + "headers": "Content-Type: application/json\nX-SecretKey: {{SecretKey}}\n", "url": "https://{{TitleId}}.playfabapi.com/Server/ModifyItemUses", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "ModifyItemUses", "description": "Modifies the number of remaining uses of a player's inventory item\n\nApi Documentation: https://api.playfab.com/Documentation/Server/method/ModifyItemUses\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\": PlayFab unique identifier of the user whose item is being modified.\n\n\"ItemInstanceId\": Unique instance identifier of the item to be modified.\n\n\"UsesToAdd\": Number of uses to add to the item. Can be negative to remove uses.\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.", @@ -1740,10 +1740,10 @@ }, { "id": "server-MoveItemToCharacterFromCharacter", - "headers": "Content-Type: application/json\nSecretKey: {{SecretKey}}\n", + "headers": "Content-Type: application/json\nX-SecretKey: {{SecretKey}}\n", "url": "https://{{TitleId}}.playfabapi.com/Server/MoveItemToCharacterFromCharacter", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "MoveItemToCharacterFromCharacter", "description": "Moves an item from a character's inventory into another of the users's character's inventory.\n\nApi Documentation: https://api.playfab.com/Documentation/Server/method/MoveItemToCharacterFromCharacter\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\"GivingCharacterId\": Unique identifier of the character that currently has the item.\n\n\"ReceivingCharacterId\": Unique identifier of the character that will be receiving the item.\n\n\"ItemInstanceId\": Unique PlayFab assigned instance identifier of the item\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.", @@ -1754,10 +1754,10 @@ }, { "id": "server-MoveItemToCharacterFromUser", - "headers": "Content-Type: application/json\nSecretKey: {{SecretKey}}\n", + "headers": "Content-Type: application/json\nX-SecretKey: {{SecretKey}}\n", "url": "https://{{TitleId}}.playfabapi.com/Server/MoveItemToCharacterFromUser", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "MoveItemToCharacterFromUser", "description": "Moves an item from a user's inventory into their character's inventory.\n\nApi Documentation: https://api.playfab.com/Documentation/Server/method/MoveItemToCharacterFromUser\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\"CharacterId\": Unique PlayFab assigned ID for a specific character owned by a user\n\n\"ItemInstanceId\": Unique PlayFab assigned instance identifier of the item\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.", @@ -1768,10 +1768,10 @@ }, { "id": "server-MoveItemToUserFromCharacter", - "headers": "Content-Type: application/json\nSecretKey: {{SecretKey}}\n", + "headers": "Content-Type: application/json\nX-SecretKey: {{SecretKey}}\n", "url": "https://{{TitleId}}.playfabapi.com/Server/MoveItemToUserFromCharacter", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "MoveItemToUserFromCharacter", "description": "Moves an item from a character's inventory into the owning user's inventory.\n\nApi Documentation: https://api.playfab.com/Documentation/Server/method/MoveItemToUserFromCharacter\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\"CharacterId\": Unique PlayFab assigned ID for a specific character owned by a user\n\n\"ItemInstanceId\": Unique PlayFab assigned instance identifier of the item\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.", @@ -1782,10 +1782,10 @@ }, { "id": "server-NotifyMatchmakerPlayerLeft", - "headers": "Content-Type: application/json\nSecretKey: {{SecretKey}}\n", + "headers": "Content-Type: application/json\nX-SecretKey: {{SecretKey}}\n", "url": "https://{{TitleId}}.playfabapi.com/Server/NotifyMatchmakerPlayerLeft", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "NotifyMatchmakerPlayerLeft", "description": "Informs the PlayFab match-making service that the user specified has left the Game Server Instance\n\nApi Documentation: https://api.playfab.com/Documentation/Server/method/NotifyMatchmakerPlayerLeft\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\"LobbyId\": Unique identifier of the Game Instance the user is leaving.\n\n\"PlayFabId\": Unique PlayFab assigned ID of the user on whom the operation will be performed.\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.", @@ -1796,10 +1796,10 @@ }, { "id": "server-RedeemCoupon", - "headers": "Content-Type: application/json\nSecretKey: {{SecretKey}}\n", + "headers": "Content-Type: application/json\nX-SecretKey: {{SecretKey}}\n", "url": "https://{{TitleId}}.playfabapi.com/Server/RedeemCoupon", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "RedeemCoupon", "description": "Adds the virtual goods associated with the coupon to the user's inventory. Coupons can be generated via the Promotions->Coupons tab in the PlayFab Game Manager. See this post for more information on coupons: https://playfab.com/blog/2015/06/18/using-stores-and-coupons-game-manager\n\nApi Documentation: https://api.playfab.com/Documentation/Server/method/RedeemCoupon\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\"CouponCode\": Generated coupon code to redeem.\n\n\"PlayFabId\": Unique PlayFab assigned ID of the user on whom the operation will be performed.\n\n\"CatalogVersion\": Catalog version of the coupon.\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.", @@ -1810,10 +1810,10 @@ }, { "id": "server-RedeemMatchmakerTicket", - "headers": "Content-Type: application/json\nSecretKey: {{SecretKey}}\n", + "headers": "Content-Type: application/json\nX-SecretKey: {{SecretKey}}\n", "url": "https://{{TitleId}}.playfabapi.com/Server/RedeemMatchmakerTicket", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "RedeemMatchmakerTicket", "description": "Validates a Game Server session ticket and returns details about the user\n\nApi Documentation: https://api.playfab.com/Documentation/Server/method/RedeemMatchmakerTicket\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\"Ticket\": Server authorization ticket passed back from a call to Matchmake or StartGame.\n\n\"LobbyId\": Unique identifier of the Game Server Instance that is asking for validation of the authorization ticket.\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.", @@ -1824,10 +1824,10 @@ }, { "id": "server-RemoveSharedGroupMembers", - "headers": "Content-Type: application/json\nSecretKey: {{SecretKey}}\n", + "headers": "Content-Type: application/json\nX-SecretKey: {{SecretKey}}\n", "url": "https://{{TitleId}}.playfabapi.com/Server/RemoveSharedGroupMembers", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "RemoveSharedGroupMembers", "description": "Removes users from the set of those able to update the shared data and the set of users in the group. Only users in the group can remove members. If as a result of the call, zero users remain with access, the group and its associated data will be deleted.\n\nApi Documentation: https://api.playfab.com/Documentation/Server/method/RemoveSharedGroupMembers\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\"SharedGroupId\": Unique identifier for the shared group.\n\n\"PlayFabIds\": An array of unique PlayFab assigned ID of the user on whom the operation will be performed.\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.", @@ -1838,10 +1838,10 @@ }, { "id": "server-ReportPlayer", - "headers": "Content-Type: application/json\nSecretKey: {{SecretKey}}\n", + "headers": "Content-Type: application/json\nX-SecretKey: {{SecretKey}}\n", "url": "https://{{TitleId}}.playfabapi.com/Server/ReportPlayer", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "ReportPlayer", "description": "Submit a report about a player (due to bad bahavior, etc.) on behalf of another player, so that customer service representatives for the title can take action concerning potentially poxic players.\n\nApi Documentation: https://api.playfab.com/Documentation/Server/method/ReportPlayer\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\"ReporterId\": PlayFabId of the reporting player.\n\n\"ReporteeId\": PlayFabId of the reported player.\n\n\"TitleId\": Title player was reported in, optional if report not for specific title.\n\n\"Comment\": Optional additional comment by reporting player.\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.", @@ -1852,10 +1852,10 @@ }, { "id": "server-SendPushNotification", - "headers": "Content-Type: application/json\nSecretKey: {{SecretKey}}\n", + "headers": "Content-Type: application/json\nX-SecretKey: {{SecretKey}}\n", "url": "https://{{TitleId}}.playfabapi.com/Server/SendPushNotification", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "SendPushNotification", "description": "Sends an iOS/Android Push Notification to a specific user, if that user's device has been configured for Push Notifications in PlayFab. If a user has linked both Android and iOS devices, both will be notified.\n\nApi Documentation: https://api.playfab.com/Documentation/Server/method/SendPushNotification\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\"Recipient\": PlayFabId of the recipient of the push notification.\n\n\"Message\": Text of message to send.\n\n\"Subject\": Subject of message to send (may not be displayed in all platforms.\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.", @@ -1866,10 +1866,10 @@ }, { "id": "server-SetPublisherData", - "headers": "Content-Type: application/json\nSecretKey: {{SecretKey}}\n", + "headers": "Content-Type: application/json\nX-SecretKey: {{SecretKey}}\n", "url": "https://{{TitleId}}.playfabapi.com/Server/SetPublisherData", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "SetPublisherData", "description": "Updates the key-value store of custom publisher settings\n\nApi Documentation: https://api.playfab.com/Documentation/Server/method/SetPublisherData\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\"Key\": key we want to set a value on (note, this is additive - will only replace an existing key's value if they are the same name.) Keys are trimmed of whitespace. Keys may not begin with the '!' character.\n\n\"Value\": new value to set. Set to null to remove a value\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.", @@ -1880,10 +1880,10 @@ }, { "id": "server-SetTitleData", - "headers": "Content-Type: application/json\nSecretKey: {{SecretKey}}\n", + "headers": "Content-Type: application/json\nX-SecretKey: {{SecretKey}}\n", "url": "https://{{TitleId}}.playfabapi.com/Server/SetTitleData", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "SetTitleData", "description": "Updates the key-value store of custom title settings\n\nApi Documentation: https://api.playfab.com/Documentation/Server/method/SetTitleData\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\"Key\": key we want to set a value on (note, this is additive - will only replace an existing key's value if they are the same name.) Keys are trimmed of whitespace. Keys may not begin with the '!' character.\n\n\"Value\": new value to set. Set to null to remove a value\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.", @@ -1894,10 +1894,10 @@ }, { "id": "server-SetTitleInternalData", - "headers": "Content-Type: application/json\nSecretKey: {{SecretKey}}\n", + "headers": "Content-Type: application/json\nX-SecretKey: {{SecretKey}}\n", "url": "https://{{TitleId}}.playfabapi.com/Server/SetTitleInternalData", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "SetTitleInternalData", "description": "Updates the key-value store of custom title settings\n\nApi Documentation: https://api.playfab.com/Documentation/Server/method/SetTitleInternalData\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\"Key\": key we want to set a value on (note, this is additive - will only replace an existing key's value if they are the same name.) Keys are trimmed of whitespace. Keys may not begin with the '!' character.\n\n\"Value\": new value to set. Set to null to remove a value\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.", @@ -1908,10 +1908,10 @@ }, { "id": "server-SubtractCharacterVirtualCurrency", - "headers": "Content-Type: application/json\nSecretKey: {{SecretKey}}\n", + "headers": "Content-Type: application/json\nX-SecretKey: {{SecretKey}}\n", "url": "https://{{TitleId}}.playfabapi.com/Server/SubtractCharacterVirtualCurrency", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "SubtractCharacterVirtualCurrency", "description": "Decrements the character's balance of the specified virtual currency by the stated amount\n\nApi Documentation: https://api.playfab.com/Documentation/Server/method/SubtractCharacterVirtualCurrency\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\"CharacterId\": Unique PlayFab assigned ID for a specific character owned by a user\n\n\"VirtualCurrency\": Name of the virtual currency which is to be decremented.\n\n\"Amount\": Amount to be subtracted from the user balance of the specified virtual currency.\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.", @@ -1922,10 +1922,10 @@ }, { "id": "server-SubtractUserVirtualCurrency", - "headers": "Content-Type: application/json\nSecretKey: {{SecretKey}}\n", + "headers": "Content-Type: application/json\nX-SecretKey: {{SecretKey}}\n", "url": "https://{{TitleId}}.playfabapi.com/Server/SubtractUserVirtualCurrency", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "SubtractUserVirtualCurrency", "description": "Decrements the user's balance of the specified virtual currency by the stated amount\n\nApi Documentation: https://api.playfab.com/Documentation/Server/method/SubtractUserVirtualCurrency\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\": PlayFab unique identifier of the user whose virtual currency balance is to be decreased.\n\n\"VirtualCurrency\": Name of the virtual currency which is to be decremented.\n\n\"Amount\": Amount to be subtracted from the user balance of the specified virtual currency.\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.", @@ -1936,10 +1936,10 @@ }, { "id": "server-UpdateCharacterData", - "headers": "Content-Type: application/json\nSecretKey: {{SecretKey}}\n", + "headers": "Content-Type: application/json\nX-SecretKey: {{SecretKey}}\n", "url": "https://{{TitleId}}.playfabapi.com/Server/UpdateCharacterData", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "UpdateCharacterData", "description": "Updates the title-specific custom data for the user's chjaracter which is readable and writable by the client\n\nApi Documentation: https://api.playfab.com/Documentation/Server/method/UpdateCharacterData\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\"CharacterId\": Unique PlayFab assigned ID for a specific character owned by a user\n\n\"Data\": Key-value pairs to be written to the custom data. Note that keys are trimmed of whitespace, are limited in size, and may not begin with a '!' character.\n\n\"KeysToRemove\": Optional list of Data-keys to remove from UserData. Some SDKs cannot insert null-values into Data due to language constraints. Use this to delete the keys directly.\n\n\"Permission\": Permission to be applied to all user data keys written in this request. Defaults to \"private\" if not set.\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.", @@ -1950,10 +1950,10 @@ }, { "id": "server-UpdateCharacterInternalData", - "headers": "Content-Type: application/json\nSecretKey: {{SecretKey}}\n", + "headers": "Content-Type: application/json\nX-SecretKey: {{SecretKey}}\n", "url": "https://{{TitleId}}.playfabapi.com/Server/UpdateCharacterInternalData", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "UpdateCharacterInternalData", "description": "Updates the title-specific custom data for the user's character which cannot be accessed by the client\n\nApi Documentation: https://api.playfab.com/Documentation/Server/method/UpdateCharacterInternalData\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\"CharacterId\": Unique PlayFab assigned ID for a specific character owned by a user\n\n\"Data\": Key-value pairs to be written to the custom data. Note that keys are trimmed of whitespace, are limited in size, and may not begin with a '!' character.\n\n\"KeysToRemove\": Optional list of Data-keys to remove from UserData. Some SDKs cannot insert null-values into Data due to language constraints. Use this to delete the keys directly.\n\n\"Permission\": Permission to be applied to all user data keys written in this request. Defaults to \"private\" if not set.\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.", @@ -1964,10 +1964,10 @@ }, { "id": "server-UpdateCharacterReadOnlyData", - "headers": "Content-Type: application/json\nSecretKey: {{SecretKey}}\n", + "headers": "Content-Type: application/json\nX-SecretKey: {{SecretKey}}\n", "url": "https://{{TitleId}}.playfabapi.com/Server/UpdateCharacterReadOnlyData", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "UpdateCharacterReadOnlyData", "description": "Updates the title-specific custom data for the user's character which can only be read by the client\n\nApi Documentation: https://api.playfab.com/Documentation/Server/method/UpdateCharacterReadOnlyData\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\"CharacterId\": Unique PlayFab assigned ID for a specific character owned by a user\n\n\"Data\": Key-value pairs to be written to the custom data. Note that keys are trimmed of whitespace, are limited in size, and may not begin with a '!' character.\n\n\"KeysToRemove\": Optional list of Data-keys to remove from UserData. Some SDKs cannot insert null-values into Data due to language constraints. Use this to delete the keys directly.\n\n\"Permission\": Permission to be applied to all user data keys written in this request. Defaults to \"private\" if not set.\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.", @@ -1978,10 +1978,10 @@ }, { "id": "server-UpdateCharacterStatistics", - "headers": "Content-Type: application/json\nSecretKey: {{SecretKey}}\n", + "headers": "Content-Type: application/json\nX-SecretKey: {{SecretKey}}\n", "url": "https://{{TitleId}}.playfabapi.com/Server/UpdateCharacterStatistics", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "UpdateCharacterStatistics", "description": "Updates the values of the specified title-specific statistics for the specific character\n\nApi Documentation: https://api.playfab.com/Documentation/Server/method/UpdateCharacterStatistics\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\"CharacterId\": Unique PlayFab assigned ID for a specific character owned by a user\n\n\"CharacterStatistics\": Statistics to be updated with the provided values.\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.", @@ -1992,10 +1992,10 @@ }, { "id": "server-UpdateSharedGroupData", - "headers": "Content-Type: application/json\nSecretKey: {{SecretKey}}\n", + "headers": "Content-Type: application/json\nX-SecretKey: {{SecretKey}}\n", "url": "https://{{TitleId}}.playfabapi.com/Server/UpdateSharedGroupData", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "UpdateSharedGroupData", "description": "Adds, updates, and removes data keys for a shared group object. If the permission is set to Public, all fields updated or added in this call will be readable by users not in the group. By default, data permissions are set to Private. Regardless of the permission setting, only members of the group (and the server) can update the data.\n\nApi Documentation: https://api.playfab.com/Documentation/Server/method/UpdateSharedGroupData\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\"SharedGroupId\": Unique identifier for the shared group.\n\n\"Data\": Key-value pairs to be written to the custom data. Note that keys are trimmed of whitespace, are limited in size, and may not begin with a '!' character.\n\n\"KeysToRemove\": Optional list of Data-keys to remove from UserData. Some SDKs cannot insert null-values into Data due to language constraints. Use this to delete the keys directly.\n\n\"Permission\": Permission to be applied to all user data keys in this request.\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.", @@ -2006,10 +2006,10 @@ }, { "id": "server-UpdateUserData", - "headers": "Content-Type: application/json\nSecretKey: {{SecretKey}}\n", + "headers": "Content-Type: application/json\nX-SecretKey: {{SecretKey}}\n", "url": "https://{{TitleId}}.playfabapi.com/Server/UpdateUserData", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "UpdateUserData", "description": "Updates the title-specific custom data for the user which is readable and writable by the client\n\nApi Documentation: https://api.playfab.com/Documentation/Server/method/UpdateUserData\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\"Data\": Key-value pairs to be written to the custom data. Note that keys are trimmed of whitespace, are limited in size, and may not begin with a '!' character.\n\n\"KeysToRemove\": Optional list of Data-keys to remove from UserData. Some SDKs cannot insert null-values into Data due to language constraints. Use this to delete the keys directly.\n\n\"Permission\": Permission to be applied to all user data keys written in this request. Defaults to \"private\" if not set.\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.", @@ -2020,10 +2020,10 @@ }, { "id": "server-UpdateUserInternalData", - "headers": "Content-Type: application/json\nSecretKey: {{SecretKey}}\n", + "headers": "Content-Type: application/json\nX-SecretKey: {{SecretKey}}\n", "url": "https://{{TitleId}}.playfabapi.com/Server/UpdateUserInternalData", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "UpdateUserInternalData", "description": "Updates the title-specific custom data for the user which cannot be accessed by the client\n\nApi Documentation: https://api.playfab.com/Documentation/Server/method/UpdateUserInternalData\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\"Data\": Key-value pairs to be written to the custom data. Note that keys are trimmed of whitespace, are limited in size, and may not begin with a '!' character.\n\n\"KeysToRemove\": Optional list of Data-keys to remove from UserData. Some SDKs cannot insert null-values into Data due to language constraints. Use this to delete the keys directly.\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.", @@ -2034,10 +2034,10 @@ }, { "id": "server-UpdateUserInventoryItemCustomData", - "headers": "Content-Type: application/json\nSecretKey: {{SecretKey}}\n", + "headers": "Content-Type: application/json\nX-SecretKey: {{SecretKey}}\n", "url": "https://{{TitleId}}.playfabapi.com/Server/UpdateUserInventoryItemCustomData", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "UpdateUserInventoryItemCustomData", "description": "Updates the key-value pair data tagged to the specified item, which is read-only from the client.\n\nApi Documentation: https://api.playfab.com/Documentation/Server/method/UpdateUserInventoryItemCustomData\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\"CharacterId\": Unique PlayFab assigned ID for a specific character owned by a user\n\n\"PlayFabId\": Unique PlayFab assigned ID of the user on whom the operation will be performed.\n\n\"ItemInstanceId\": Unique PlayFab assigned instance identifier of the item\n\n\"Data\": Key-value pairs to be written to the custom data. Note that keys are trimmed of whitespace, are limited in size, and may not begin with a '!' character.\n\n\"KeysToRemove\": Optional list of Data-keys to remove from UserData. Some SDKs cannot insert null-values into Data due to language constraints. Use this to delete the keys directly.\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.", @@ -2048,10 +2048,10 @@ }, { "id": "server-UpdateUserPublisherData", - "headers": "Content-Type: application/json\nSecretKey: {{SecretKey}}\n", + "headers": "Content-Type: application/json\nX-SecretKey: {{SecretKey}}\n", "url": "https://{{TitleId}}.playfabapi.com/Server/UpdateUserPublisherData", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "UpdateUserPublisherData", "description": "Updates the publisher-specific custom data for the user which is readable and writable by the client\n\nApi Documentation: https://api.playfab.com/Documentation/Server/method/UpdateUserPublisherData\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\"Data\": Key-value pairs to be written to the custom data. Note that keys are trimmed of whitespace, are limited in size, and may not begin with a '!' character.\n\n\"KeysToRemove\": Optional list of Data-keys to remove from UserData. Some SDKs cannot insert null-values into Data due to language constraints. Use this to delete the keys directly.\n\n\"Permission\": Permission to be applied to all user data keys written in this request. Defaults to \"private\" if not set.\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.", @@ -2062,10 +2062,10 @@ }, { "id": "server-UpdateUserPublisherInternalData", - "headers": "Content-Type: application/json\nSecretKey: {{SecretKey}}\n", + "headers": "Content-Type: application/json\nX-SecretKey: {{SecretKey}}\n", "url": "https://{{TitleId}}.playfabapi.com/Server/UpdateUserPublisherInternalData", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "UpdateUserPublisherInternalData", "description": "Updates the publisher-specific custom data for the user which cannot be accessed by the client\n\nApi Documentation: https://api.playfab.com/Documentation/Server/method/UpdateUserPublisherInternalData\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\"Data\": Key-value pairs to be written to the custom data. Note that keys are trimmed of whitespace, are limited in size, and may not begin with a '!' character.\n\n\"KeysToRemove\": Optional list of Data-keys to remove from UserData. Some SDKs cannot insert null-values into Data due to language constraints. Use this to delete the keys directly.\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.", @@ -2076,10 +2076,10 @@ }, { "id": "server-UpdateUserPublisherReadOnlyData", - "headers": "Content-Type: application/json\nSecretKey: {{SecretKey}}\n", + "headers": "Content-Type: application/json\nX-SecretKey: {{SecretKey}}\n", "url": "https://{{TitleId}}.playfabapi.com/Server/UpdateUserPublisherReadOnlyData", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "UpdateUserPublisherReadOnlyData", "description": "Updates the publisher-specific custom data for the user which can only be read by the client\n\nApi Documentation: https://api.playfab.com/Documentation/Server/method/UpdateUserPublisherReadOnlyData\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\"Data\": Key-value pairs to be written to the custom data. Note that keys are trimmed of whitespace, are limited in size, and may not begin with a '!' character.\n\n\"KeysToRemove\": Optional list of Data-keys to remove from UserData. Some SDKs cannot insert null-values into Data due to language constraints. Use this to delete the keys directly.\n\n\"Permission\": Permission to be applied to all user data keys written in this request. Defaults to \"private\" if not set.\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.", @@ -2090,10 +2090,10 @@ }, { "id": "server-UpdateUserReadOnlyData", - "headers": "Content-Type: application/json\nSecretKey: {{SecretKey}}\n", + "headers": "Content-Type: application/json\nX-SecretKey: {{SecretKey}}\n", "url": "https://{{TitleId}}.playfabapi.com/Server/UpdateUserReadOnlyData", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "UpdateUserReadOnlyData", "description": "Updates the title-specific custom data for the user which can only be read by the client\n\nApi Documentation: https://api.playfab.com/Documentation/Server/method/UpdateUserReadOnlyData\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\"Data\": Key-value pairs to be written to the custom data. Note that keys are trimmed of whitespace, are limited in size, and may not begin with a '!' character.\n\n\"KeysToRemove\": Optional list of Data-keys to remove from UserData. Some SDKs cannot insert null-values into Data due to language constraints. Use this to delete the keys directly.\n\n\"Permission\": Permission to be applied to all user data keys written in this request. Defaults to \"private\" if not set.\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.", @@ -2104,10 +2104,10 @@ }, { "id": "server-UpdateUserStatistics", - "headers": "Content-Type: application/json\nSecretKey: {{SecretKey}}\n", + "headers": "Content-Type: application/json\nX-SecretKey: {{SecretKey}}\n", "url": "https://{{TitleId}}.playfabapi.com/Server/UpdateUserStatistics", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "UpdateUserStatistics", "description": "Updates the values of the specified title-specific statistics for the user\n\nApi Documentation: https://api.playfab.com/Documentation/Server/method/UpdateUserStatistics\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\"UserStatistics\": Statistics to be updated with the provided values.\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.", @@ -2122,7 +2122,7 @@ "headers": "Content-Type: application/json\nX-Authentication: {{SessionTicket}}\n", "url": "https://{{TitleId}}.playfabapi.com/Client/AcceptTrade", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "AcceptTrade", "description": "Accepts an open trade. If the call is successful, the offered and accepted items will be swapped between the two players' inventories.\n\nApi Documentation: https://api.playfab.com/Documentation/Client/method/AcceptTrade\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\"SessionTicket\" - The string returned as \"SessionTicket\" in response to any sign in operation.\n\n**The body of this api-call should be proper json-format. The api-body accepts the following case-sensitive parameters:**\n\n\"OfferingPlayerId\": Player who opened trade.\n\n\"TradeId\": Trade identifier.\n\n\"AcceptedInventoryInstanceIds\": Items from the accepting player's inventory in exchange for the offered items in the trade. In the case of a gift, this will be null.\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.", @@ -2136,7 +2136,7 @@ "headers": "Content-Type: application/json\nX-Authentication: {{SessionTicket}}\n", "url": "https://{{TitleId}}.playfabapi.com/Client/AddFriend", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "AddFriend", "description": "Adds the PlayFab user, based upon a match against a supplied unique identifier, to the friend list of the local user. At least one of FriendPlayFabId,FriendUsername,FriendEmail, or FriendTitleDisplayName should be initialized.\n\nApi Documentation: https://api.playfab.com/Documentation/Client/method/AddFriend\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\"SessionTicket\" - The string returned as \"SessionTicket\" in response to any sign in operation.\n\n**The body of this api-call should be proper json-format. The api-body accepts the following case-sensitive parameters:**\n\n\"FriendPlayFabId\": PlayFab identifier of the user to attempt to add to the local user's friend list.\n\n\"FriendUsername\": PlayFab username of the user to attempt to add to the local user's friend list.\n\n\"FriendEmail\": Email address of the user to attempt to add to the local user's friend list.\n\n\"FriendTitleDisplayName\": Title-specific display name of the user to attempt to add to the local user's friend list.\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.", @@ -2150,7 +2150,7 @@ "headers": "Content-Type: application/json\nX-Authentication: {{SessionTicket}}\n", "url": "https://{{TitleId}}.playfabapi.com/Client/AddSharedGroupMembers", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "AddSharedGroupMembers", "description": "Adds users to the set of those able to update both the shared data, as well as the set of users in the group. Only users in the group can add new members.\n\nApi Documentation: https://api.playfab.com/Documentation/Client/method/AddSharedGroupMembers\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\"SessionTicket\" - The string returned as \"SessionTicket\" in response to any sign in operation.\n\n**The body of this api-call should be proper json-format. The api-body accepts the following case-sensitive parameters:**\n\n\"SharedGroupId\": Unique identifier for the shared group.\n\n\"PlayFabIds\": An array of unique PlayFab assigned ID of the user on whom the operation will be performed.\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.", @@ -2164,7 +2164,7 @@ "headers": "Content-Type: application/json\nX-Authentication: {{SessionTicket}}\n", "url": "https://{{TitleId}}.playfabapi.com/Client/AddUserVirtualCurrency", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "AddUserVirtualCurrency", "description": "Increments the user's balance of the specified virtual currency by the stated amount\n\nApi Documentation: https://api.playfab.com/Documentation/Client/method/AddUserVirtualCurrency\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\"SessionTicket\" - The string returned as \"SessionTicket\" in response to any sign in operation.\n\n**The body of this api-call should be proper json-format. The api-body accepts the following case-sensitive parameters:**\n\n\"VirtualCurrency\": Name of the virtual currency which is to be incremented.\n\n\"Amount\": Amount to be added to the user balance of the specified virtual currency.\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.", @@ -2178,7 +2178,7 @@ "headers": "Content-Type: application/json\nX-Authentication: {{SessionTicket}}\n", "url": "https://{{TitleId}}.playfabapi.com/Client/AddUsernamePassword", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "AddUsernamePassword", "description": "Adds playfab username/password auth to an existing semi-anonymous account created via a 3rd party auth method.\n\nApi Documentation: https://api.playfab.com/Documentation/Client/method/AddUsernamePassword\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\"SessionTicket\" - The string returned as \"SessionTicket\" in response to any sign in operation.\n\n**The body of this api-call should be proper json-format. The api-body accepts the following case-sensitive parameters:**\n\n\"Username\": PlayFab username for the account (3-20 characters)\n\n\"Email\": User email address attached to their account\n\n\"Password\": Password for the PlayFab account (6-30 characters)\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.", @@ -2192,7 +2192,7 @@ "headers": "Content-Type: application/json\nX-Authentication: {{SessionTicket}}\n", "url": "https://{{TitleId}}.playfabapi.com/Client/AndroidDevicePushNotificationRegistration", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "AndroidDevicePushNotificationRegistration", "description": "Registers the Android device to receive push notifications\n\nApi Documentation: https://api.playfab.com/Documentation/Client/method/AndroidDevicePushNotificationRegistration\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\"SessionTicket\" - The string returned as \"SessionTicket\" in response to any sign in operation.\n\n**The body of this api-call should be proper json-format. The api-body accepts the following case-sensitive parameters:**\n\n\"DeviceToken\": Registration ID provided by the Google Cloud Messaging service when the title registered to receive push notifications (see the GCM documentation, here: http://developer.android.com/google/gcm/client.html).\n\n\"SendPushNotificationConfirmation\": If true, send a test push message immediately after sucessful registration. Defaults to false.\n\n\"ConfirmationMessege\": Message to display when confirming push notification.\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.", @@ -2206,7 +2206,7 @@ "headers": "Content-Type: application/json\nX-Authentication: {{SessionTicket}}\n", "url": "https://{{TitleId}}.playfabapi.com/Client/CancelTrade", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "CancelTrade", "description": "Cancels an open trade.\n\nApi Documentation: https://api.playfab.com/Documentation/Client/method/CancelTrade\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\"SessionTicket\" - The string returned as \"SessionTicket\" in response to any sign in operation.\n\n**The body of this api-call should be proper json-format. The api-body accepts the following case-sensitive parameters:**\n\n\"TradeId\": Trade identifier.\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.", @@ -2220,7 +2220,7 @@ "headers": "Content-Type: application/json\nX-Authentication: {{SessionTicket}}\n", "url": "https://{{TitleId}}.playfabapi.com/Client/ConfirmPurchase", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "ConfirmPurchase", "description": "Confirms with the payment provider that the purchase was approved (if applicable) and adjusts inventory and virtual currency balances as appropriate\n\nApi Documentation: https://api.playfab.com/Documentation/Client/method/ConfirmPurchase\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\"SessionTicket\" - The string returned as \"SessionTicket\" in response to any sign in operation.\n\n**The body of this api-call should be proper json-format. The api-body accepts the following case-sensitive parameters:**\n\n\"OrderId\": Purchase order identifier returned from StartPurchase.\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.", @@ -2234,7 +2234,7 @@ "headers": "Content-Type: application/json\nX-Authentication: {{SessionTicket}}\n", "url": "https://{{TitleId}}.playfabapi.com/Client/ConsumeItem", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "ConsumeItem", "description": "Consume uses of a consumable item. When all uses are consumed, it will be removed from the player's inventory.\n\nApi Documentation: https://api.playfab.com/Documentation/Client/method/ConsumeItem\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\"SessionTicket\" - The string returned as \"SessionTicket\" in response to any sign in operation.\n\n**The body of this api-call should be proper json-format. The api-body accepts the following case-sensitive parameters:**\n\n\"ItemInstanceId\": Unique instance identifier of the item to be consumed.\n\n\"ConsumeCount\": Number of uses to consume from the item.\n\n\"CharacterId\": Unique PlayFab assigned ID for a specific character owned by a user\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.", @@ -2248,7 +2248,7 @@ "headers": "Content-Type: application/json\nX-Authentication: {{SessionTicket}}\n", "url": "https://{{TitleId}}.playfabapi.com/Client/CreateSharedGroup", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "CreateSharedGroup", "description": "Requests the creation of a shared group object, containing key/value pairs which may be updated by all members of the group. Upon creation, the current user will be the only member of the group.\n\nApi Documentation: https://api.playfab.com/Documentation/Client/method/CreateSharedGroup\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\"SessionTicket\" - The string returned as \"SessionTicket\" in response to any sign in operation.\n\n**The body of this api-call should be proper json-format. The api-body accepts the following case-sensitive parameters:**\n\n\"SharedGroupId\": Unique identifier for the shared group (a random identifier will be assigned, if one is not specified).\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.", @@ -2262,7 +2262,7 @@ "headers": "Content-Type: application/json\nX-Authentication: {{SessionTicket}}\n", "url": "https://{{TitleId}}.playfabapi.com/Client/GetAccountInfo", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "GetAccountInfo", "description": "Retrieves the user's PlayFab account details\n\nApi Documentation: https://api.playfab.com/Documentation/Client/method/GetAccountInfo\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\"SessionTicket\" - The string returned as \"SessionTicket\" in response to any sign in operation.\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 identifier of the user whose info is being requested. Optional, defaults to the authenticated user if no other lookup identifier set.\n\n\"Username\": PlayFab Username for the account to find (if no PlayFabId is specified).\n\n\"Email\": User email address for the account to find (if no Username is specified).\n\n\"TitleDisplayName\": Title-specific username for the account to find (if no Email is set).\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.", @@ -2276,7 +2276,7 @@ "headers": "Content-Type: application/json\nX-Authentication: {{SessionTicket}}\n", "url": "https://{{TitleId}}.playfabapi.com/Client/GetAllUsersCharacters", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "GetAllUsersCharacters", "description": "Lists all of the characters that belong to a specific user.\n\nApi Documentation: https://api.playfab.com/Documentation/Client/method/GetAllUsersCharacters\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\"SessionTicket\" - The string returned as \"SessionTicket\" in response to any sign in operation.\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\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.", @@ -2290,7 +2290,7 @@ "headers": "Content-Type: application/json\nX-Authentication: {{SessionTicket}}\n", "url": "https://{{TitleId}}.playfabapi.com/Client/GetCatalogItems", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "GetCatalogItems", "description": "Retrieves the specified version of the title's catalog of virtual goods, including all defined properties\n\nApi Documentation: https://api.playfab.com/Documentation/Client/method/GetCatalogItems\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\"SessionTicket\" - The string returned as \"SessionTicket\" in response to any sign in operation.\n\n**The body of this api-call should be proper json-format. The api-body accepts the following case-sensitive parameters:**\n\n\"CatalogVersion\": Which catalog is being requested.\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.", @@ -2304,7 +2304,7 @@ "headers": "Content-Type: application/json\nX-Authentication: {{SessionTicket}}\n", "url": "https://{{TitleId}}.playfabapi.com/Client/GetCharacterData", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "GetCharacterData", "description": "Retrieves the title-specific custom data for the character which is readable and writable by the client\n\nApi Documentation: https://api.playfab.com/Documentation/Client/method/GetCharacterData\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\"SessionTicket\" - The string returned as \"SessionTicket\" in response to any sign in operation.\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 identifier of the user to load data for. Optional, defaults to yourself if not set.\n\n\"CharacterId\": Unique PlayFab assigned ID for a specific character owned by a user\n\n\"Keys\": Specific keys to search for in the custom user data.\n\n\"IfChangedFromDataVersion\": The version that currently exists according to the caller. The call will return the data for all of the keys if the version in the system is greater than this.\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.", @@ -2318,7 +2318,7 @@ "headers": "Content-Type: application/json\nX-Authentication: {{SessionTicket}}\n", "url": "https://{{TitleId}}.playfabapi.com/Client/GetCharacterInventory", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "GetCharacterInventory", "description": "Retrieves the specified character's current inventory of virtual goods\n\nApi Documentation: https://api.playfab.com/Documentation/Client/method/GetCharacterInventory\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\"SessionTicket\" - The string returned as \"SessionTicket\" in response to any sign in operation.\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\"CharacterId\": Unique PlayFab assigned ID for a specific character owned by a user\n\n\"CatalogVersion\": Used to limit results to only those from a specific catalog version.\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.", @@ -2332,7 +2332,7 @@ "headers": "Content-Type: application/json\nX-Authentication: {{SessionTicket}}\n", "url": "https://{{TitleId}}.playfabapi.com/Client/GetCharacterLeaderboard", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "GetCharacterLeaderboard", "description": "Retrieves a list of ranked characters for the given statistic, starting from the indicated point in the leaderboard\n\nApi Documentation: https://api.playfab.com/Documentation/Client/method/GetCharacterLeaderboard\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\"SessionTicket\" - The string returned as \"SessionTicket\" in response to any sign in operation.\n\n**The body of this api-call should be proper json-format. The api-body accepts the following case-sensitive parameters:**\n\n\"CharacterType\": Optional character type on which to filter the leaderboard entries.\n\n\"StatisticName\": Unique identifier for the title-specific statistic for the leaderboard.\n\n\"StartPosition\": First entry in the leaderboard to be retrieved.\n\n\"MaxResultsCount\": Maximum number of entries to retrieve.\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.", @@ -2346,7 +2346,7 @@ "headers": "Content-Type: application/json\nX-Authentication: {{SessionTicket}}\n", "url": "https://{{TitleId}}.playfabapi.com/Client/GetCharacterReadOnlyData", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "GetCharacterReadOnlyData", "description": "Retrieves the title-specific custom data for the character which can only be read by the client\n\nApi Documentation: https://api.playfab.com/Documentation/Client/method/GetCharacterReadOnlyData\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\"SessionTicket\" - The string returned as \"SessionTicket\" in response to any sign in operation.\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 identifier of the user to load data for. Optional, defaults to yourself if not set.\n\n\"CharacterId\": Unique PlayFab assigned ID for a specific character owned by a user\n\n\"Keys\": Specific keys to search for in the custom user data.\n\n\"IfChangedFromDataVersion\": The version that currently exists according to the caller. The call will return the data for all of the keys if the version in the system is greater than this.\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.", @@ -2360,7 +2360,7 @@ "headers": "Content-Type: application/json\nX-Authentication: {{SessionTicket}}\n", "url": "https://{{TitleId}}.playfabapi.com/Client/GetCloudScriptUrl", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "GetCloudScriptUrl", "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/Client/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\"SessionTicket\" - The string returned as \"SessionTicket\" in response to any sign in operation.\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.", @@ -2374,7 +2374,7 @@ "headers": "Content-Type: application/json\nX-Authentication: {{SessionTicket}}\n", "url": "https://{{TitleId}}.playfabapi.com/Client/GetContentDownloadUrl", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "GetContentDownloadUrl", "description": "This API retrieves a pre-signed URL for accessing a content file for the title. A subsequent HTTP GET to the returned URL will attempt to download the content. A HEAD query to the returned URL will attempt to retrieve the metadata of the content. Note that a successful result does not guarantee the existence of this content - if it has not been uploaded, the query to retrieve the data will fail. See this post for more information: https://support.playfab.com/support/discussions/topics/1000059929\n\nApi Documentation: https://api.playfab.com/Documentation/Client/method/GetContentDownloadUrl\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\"SessionTicket\" - The string returned as \"SessionTicket\" in response to any sign in operation.\n\n**The body of this api-call should be proper json-format. The api-body accepts the following case-sensitive parameters:**\n\n\"Key\": Key of the content item to fetch, usually formatted as a path, e.g. images/a.png\n\n\"HttpMethod\": HTTP method to fetch item - GET or HEAD. Use HEAD when only fetching metadata. Default is GET.\n\n\"ThruCDN\": True if download through CDN. CDN provides better download bandwidth and time. However, if you want latest, non-cached version of the content, set this to false. Default is true.\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.", @@ -2388,7 +2388,7 @@ "headers": "Content-Type: application/json\nX-Authentication: {{SessionTicket}}\n", "url": "https://{{TitleId}}.playfabapi.com/Client/GetCurrentGames", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "GetCurrentGames", "description": "Get details about all current running game servers matching the given parameters.\n\nApi Documentation: https://api.playfab.com/Documentation/Client/method/GetCurrentGames\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\"SessionTicket\" - The string returned as \"SessionTicket\" in response to any sign in operation.\n\n**The body of this api-call should be proper json-format. The api-body accepts the following case-sensitive parameters:**\n\n\"Region\": region to check for game instances\n\n\"BuildVersion\": version of build to match against\n\n\"GameMode\": game mode to look for (optional)\n\n\"StatisticName\": statistic name to find statistic-based matches (optional)\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.", @@ -2402,7 +2402,7 @@ "headers": "Content-Type: application/json\nX-Authentication: {{SessionTicket}}\n", "url": "https://{{TitleId}}.playfabapi.com/Client/GetFriendLeaderboard", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "GetFriendLeaderboard", "description": "Retrieves a list of ranked friends of the current player for the given statistic, starting from the indicated point in the leaderboard\n\nApi Documentation: https://api.playfab.com/Documentation/Client/method/GetFriendLeaderboard\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\"SessionTicket\" - The string returned as \"SessionTicket\" in response to any sign in operation.\n\n**The body of this api-call should be proper json-format. The api-body accepts the following case-sensitive parameters:**\n\n\"StatisticName\": Statistic used to rank friends for this leaderboard.\n\n\"StartPosition\": Position in the leaderboard to start this listing (defaults to the first entry).\n\n\"MaxResultsCount\": Maximum number of entries to retrieve.\n\n\"IncludeSteamFriends\": Indicates whether Steam service friends should be included in the response. Default is true.\n\n\"IncludeFacebookFriends\": Indicates whether Facebook friends should be included in the response. Default is true.\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.", @@ -2416,7 +2416,7 @@ "headers": "Content-Type: application/json\nX-Authentication: {{SessionTicket}}\n", "url": "https://{{TitleId}}.playfabapi.com/Client/GetFriendsList", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "GetFriendsList", "description": "Retrieves the current friend list for the local user, constrained to users who have PlayFab accounts. Friends from linked accounts (Facebook, Steam) are also included. You may optionally exclude some linked services' friends.\n\nApi Documentation: https://api.playfab.com/Documentation/Client/method/GetFriendsList\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\"SessionTicket\" - The string returned as \"SessionTicket\" in response to any sign in operation.\n\n**The body of this api-call should be proper json-format. The api-body accepts the following case-sensitive parameters:**\n\n\"IncludeSteamFriends\": Indicates whether Steam service friends should be included in the response. Default is true.\n\n\"IncludeFacebookFriends\": Indicates whether Facebook friends should be included in the response. Default is true.\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.", @@ -2430,7 +2430,7 @@ "headers": "Content-Type: application/json\nX-Authentication: {{SessionTicket}}\n", "url": "https://{{TitleId}}.playfabapi.com/Client/GetGameServerRegions", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "GetGameServerRegions", "description": " Get details about the regions hosting game servers matching the given parameters.\n\nApi Documentation: https://api.playfab.com/Documentation/Client/method/GetGameServerRegions\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\"SessionTicket\" - The string returned as \"SessionTicket\" in response to any sign in operation.\n\n**The body of this api-call should be proper json-format. The api-body accepts the following case-sensitive parameters:**\n\n\"BuildVersion\": version of game server for which stats are being requested\n\n\"TitleId\": Unique identifier for the title, found in the Settings > Game Properties section of the PlayFab developer site when a title has been selected\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.", @@ -2444,7 +2444,7 @@ "headers": "Content-Type: application/json\nX-Authentication: {{SessionTicket}}\n", "url": "https://{{TitleId}}.playfabapi.com/Client/GetLeaderboard", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "GetLeaderboard", "description": "Retrieves a list of ranked users for the given statistic, starting from the indicated point in the leaderboard\n\nApi Documentation: https://api.playfab.com/Documentation/Client/method/GetLeaderboard\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\"SessionTicket\" - The string returned as \"SessionTicket\" in response to any sign in operation.\n\n**The body of this api-call should be proper json-format. The api-body accepts the following case-sensitive parameters:**\n\n\"StatisticName\": Statistic used to rank players for this leaderboard.\n\n\"StartPosition\": Position in the leaderboard to start this listing (defaults to the first entry).\n\n\"MaxResultsCount\": Maximum number of entries to retrieve.\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.", @@ -2458,7 +2458,7 @@ "headers": "Content-Type: application/json\nX-Authentication: {{SessionTicket}}\n", "url": "https://{{TitleId}}.playfabapi.com/Client/GetLeaderboardAroundCharacter", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "GetLeaderboardAroundCharacter", "description": "Retrieves a list of ranked characters for the given statistic, centered on the currently signed-in user\n\nApi Documentation: https://api.playfab.com/Documentation/Client/method/GetLeaderboardAroundCharacter\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\"SessionTicket\" - The string returned as \"SessionTicket\" in response to any sign in operation.\n\n**The body of this api-call should be proper json-format. The api-body accepts the following case-sensitive parameters:**\n\n\"StatisticName\": Unique identifier for the title-specific statistic for the leaderboard.\n\n\"CharacterId\": Unique PlayFab assigned ID for a specific character owned by a user\n\n\"CharacterType\": Optional character type on which to filter the leaderboard entries.\n\n\"MaxResultsCount\": Maximum number of entries to retrieve.\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.", @@ -2472,7 +2472,7 @@ "headers": "Content-Type: application/json\nX-Authentication: {{SessionTicket}}\n", "url": "https://{{TitleId}}.playfabapi.com/Client/GetLeaderboardAroundCurrentUser", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "GetLeaderboardAroundCurrentUser", "description": "Retrieves a list of ranked users for the given statistic, centered on the currently signed-in user\n\nApi Documentation: https://api.playfab.com/Documentation/Client/method/GetLeaderboardAroundCurrentUser\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\"SessionTicket\" - The string returned as \"SessionTicket\" in response to any sign in operation.\n\n**The body of this api-call should be proper json-format. The api-body accepts the following case-sensitive parameters:**\n\n\"StatisticName\": Statistic used to rank players for this leaderboard.\n\n\"MaxResultsCount\": Maximum number of entries to retrieve.\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.", @@ -2486,7 +2486,7 @@ "headers": "Content-Type: application/json\nX-Authentication: {{SessionTicket}}\n", "url": "https://{{TitleId}}.playfabapi.com/Client/GetLeaderboardForUserCharacters", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "GetLeaderboardForUserCharacters", "description": "Retrieves a list of all of the user's characters for the given statistic.\n\nApi Documentation: https://api.playfab.com/Documentation/Client/method/GetLeaderboardForUserCharacters\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\"SessionTicket\" - The string returned as \"SessionTicket\" in response to any sign in operation.\n\n**The body of this api-call should be proper json-format. The api-body accepts the following case-sensitive parameters:**\n\n\"StatisticName\": Unique identifier for the title-specific statistic for the leaderboard.\n\n\"MaxResultsCount\": Maximum number of entries to retrieve.\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.", @@ -2500,10 +2500,10 @@ "headers": "Content-Type: application/json\nX-Authentication: {{SessionTicket}}\n", "url": "https://{{TitleId}}.playfabapi.com/Client/GetPhotonAuthenticationToken", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "GetPhotonAuthenticationToken", - "description": "Gets a Photon custom authentication token that can be used to securely join the player into a Photon room. See https://playfab.com/using-photon-playfab for more details.\n\nApi Documentation: https://api.playfab.com/Documentation/Client/method/GetPhotonAuthenticationToken\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\"SessionTicket\" - The string returned as \"SessionTicket\" in response to any sign in operation.\n\n**The body of this api-call should be proper json-format. The api-body accepts the following case-sensitive parameters:**\n\n\"PhotonApplicationId\": undefined\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.", + "description": "Gets a Photon custom authentication token that can be used to securely join the player into a Photon room. See https://api.playfab.com/docs/using-photon-with-playfab/ for more details.\n\nApi Documentation: https://api.playfab.com/Documentation/Client/method/GetPhotonAuthenticationToken\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\"SessionTicket\" - The string returned as \"SessionTicket\" in response to any sign in operation.\n\n**The body of this api-call should be proper json-format. The api-body accepts the following case-sensitive parameters:**\n\n\"PhotonApplicationId\": undefined\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.", "descriptionFormat": "html", "currentHelper": "normal", "folder": "PlayFabPostmanSDK-clientFolder", @@ -2514,7 +2514,7 @@ "headers": "Content-Type: application/json\nX-Authentication: {{SessionTicket}}\n", "url": "https://{{TitleId}}.playfabapi.com/Client/GetPlayFabIDsFromFacebookIDs", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "GetPlayFabIDsFromFacebookIDs", "description": "Retrieves the unique PlayFab identifiers for the given set of Facebook identifiers.\n\nApi Documentation: https://api.playfab.com/Documentation/Client/method/GetPlayFabIDsFromFacebookIDs\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\"SessionTicket\" - The string returned as \"SessionTicket\" in response to any sign in operation.\n\n**The body of this api-call should be proper json-format. The api-body accepts the following case-sensitive parameters:**\n\n\"FacebookIDs\": Array of unique Facebook identifiers for which the title needs to get PlayFab identifiers.\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.", @@ -2528,7 +2528,7 @@ "headers": "Content-Type: application/json\nX-Authentication: {{SessionTicket}}\n", "url": "https://{{TitleId}}.playfabapi.com/Client/GetPlayFabIDsFromGameCenterIDs", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "GetPlayFabIDsFromGameCenterIDs", "description": "Retrieves the unique PlayFab identifiers for the given set of Game Center identifiers (referenced in the Game Center Programming Guide as the Player Identifier).\n\nApi Documentation: https://api.playfab.com/Documentation/Client/method/GetPlayFabIDsFromGameCenterIDs\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\"SessionTicket\" - The string returned as \"SessionTicket\" in response to any sign in operation.\n\n**The body of this api-call should be proper json-format. The api-body accepts the following case-sensitive parameters:**\n\n\"GameCenterIDs\": Array of unique Game Center identifiers (the Player Identifier) for which the title needs to get PlayFab identifiers.\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.", @@ -2542,7 +2542,7 @@ "headers": "Content-Type: application/json\nX-Authentication: {{SessionTicket}}\n", "url": "https://{{TitleId}}.playfabapi.com/Client/GetPlayFabIDsFromGoogleIDs", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "GetPlayFabIDsFromGoogleIDs", "description": "Retrieves the unique PlayFab identifiers for the given set of Google identifiers. The Google identifiers are the IDs for the user accounts, available as \"id\" in the Google+ People API calls.\n\nApi Documentation: https://api.playfab.com/Documentation/Client/method/GetPlayFabIDsFromGoogleIDs\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\"SessionTicket\" - The string returned as \"SessionTicket\" in response to any sign in operation.\n\n**The body of this api-call should be proper json-format. The api-body accepts the following case-sensitive parameters:**\n\n\"GoogleIDs\": Array of unique Google identifiers (Google+ user IDs) for which the title needs to get PlayFab identifiers.\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.", @@ -2556,7 +2556,7 @@ "headers": "Content-Type: application/json\nX-Authentication: {{SessionTicket}}\n", "url": "https://{{TitleId}}.playfabapi.com/Client/GetPlayFabIDsFromSteamIDs", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "GetPlayFabIDsFromSteamIDs", "description": "Retrieves the unique PlayFab identifiers for the given set of Steam identifiers. The Steam identifiers are the profile IDs for the user accounts, available as SteamId in the Steamworks Community API calls.\n\nApi Documentation: https://api.playfab.com/Documentation/Client/method/GetPlayFabIDsFromSteamIDs\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\"SessionTicket\" - The string returned as \"SessionTicket\" in response to any sign in operation.\n\n**The body of this api-call should be proper json-format. The api-body accepts the following case-sensitive parameters:**\n\n\"SteamIDs\": Array of unique Steam identifiers (Steam profile IDs) for which the title needs to get PlayFab identifiers.\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.", @@ -2570,7 +2570,7 @@ "headers": "Content-Type: application/json\nX-Authentication: {{SessionTicket}}\n", "url": "https://{{TitleId}}.playfabapi.com/Client/GetPlayerTrades", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "GetPlayerTrades", "description": "Gets all trades the player has either opened or accepted, optionally filtered by trade status.\n\nApi Documentation: https://api.playfab.com/Documentation/Client/method/GetPlayerTrades\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\"SessionTicket\" - The string returned as \"SessionTicket\" in response to any sign in operation.\n\n**The body of this api-call should be proper json-format. The api-body accepts the following case-sensitive parameters:**\n\n\"StatusFilter\": Returns only trades with the given status. If null, returns all trades.\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.", @@ -2584,7 +2584,7 @@ "headers": "Content-Type: application/json\nX-Authentication: {{SessionTicket}}\n", "url": "https://{{TitleId}}.playfabapi.com/Client/GetPublisherData", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "GetPublisherData", "description": "Retrieves the key-value store of custom publisher settings\n\nApi Documentation: https://api.playfab.com/Documentation/Client/method/GetPublisherData\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\"SessionTicket\" - The string returned as \"SessionTicket\" in response to any sign in operation.\n\n**The body of this api-call should be proper json-format. The api-body accepts the following case-sensitive parameters:**\n\n\"Keys\": array of keys to get back data from the Publisher data blob, set by the admin tools\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.", @@ -2598,7 +2598,7 @@ "headers": "Content-Type: application/json\nX-Authentication: {{SessionTicket}}\n", "url": "https://{{TitleId}}.playfabapi.com/Client/GetPurchase", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "GetPurchase", "description": "Retrieves a completed purchase along with its current PlayFab status.\n\nApi Documentation: https://api.playfab.com/Documentation/Client/method/GetPurchase\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\"SessionTicket\" - The string returned as \"SessionTicket\" in response to any sign in operation.\n\n**The body of this api-call should be proper json-format. The api-body accepts the following case-sensitive parameters:**\n\n\"OrderId\": Purchase order identifier.\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.", @@ -2612,7 +2612,7 @@ "headers": "Content-Type: application/json\nX-Authentication: {{SessionTicket}}\n", "url": "https://{{TitleId}}.playfabapi.com/Client/GetSharedGroupData", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "GetSharedGroupData", "description": "Retrieves data stored in a shared group object, as well as the list of members in the group. Non-members of the group may use this to retrieve group data, including membership, but they will not receive data for keys marked as private.\n\nApi Documentation: https://api.playfab.com/Documentation/Client/method/GetSharedGroupData\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\"SessionTicket\" - The string returned as \"SessionTicket\" in response to any sign in operation.\n\n**The body of this api-call should be proper json-format. The api-body accepts the following case-sensitive parameters:**\n\n\"SharedGroupId\": Unique identifier for the shared group.\n\n\"Keys\": Specific keys to retrieve from the shared group (if not specified, all keys will be returned, while an empty array indicates that no keys should be returned).\n\n\"GetMembers\": If true, return the list of all members of the shared group.\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.", @@ -2626,7 +2626,7 @@ "headers": "Content-Type: application/json\nX-Authentication: {{SessionTicket}}\n", "url": "https://{{TitleId}}.playfabapi.com/Client/GetStoreItems", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "GetStoreItems", "description": "Retrieves the set of items defined for the specified store, including all prices defined\n\nApi Documentation: https://api.playfab.com/Documentation/Client/method/GetStoreItems\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\"SessionTicket\" - The string returned as \"SessionTicket\" in response to any sign in operation.\n\n**The body of this api-call should be proper json-format. The api-body accepts the following case-sensitive parameters:**\n\n\"StoreId\": Unqiue identifier for the store which is being requested.\n\n\"CatalogVersion\": Catalog version for the requested store items. If null, defaults to most recent catalog.\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.", @@ -2640,7 +2640,7 @@ "headers": "Content-Type: application/json\nX-Authentication: {{SessionTicket}}\n", "url": "https://{{TitleId}}.playfabapi.com/Client/GetTitleData", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "GetTitleData", "description": "Retrieves the key-value store of custom title settings\n\nApi Documentation: https://api.playfab.com/Documentation/Client/method/GetTitleData\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\"SessionTicket\" - The string returned as \"SessionTicket\" in response to any sign in operation.\n\n**The body of this api-call should be proper json-format. The api-body accepts the following case-sensitive parameters:**\n\n\"Keys\": Specific keys to search for in the title data (leave null to get all keys)\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.", @@ -2654,7 +2654,7 @@ "headers": "Content-Type: application/json\nX-Authentication: {{SessionTicket}}\n", "url": "https://{{TitleId}}.playfabapi.com/Client/GetTitleNews", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "GetTitleNews", "description": "Retrieves the title news feed, as configured in the developer portal\n\nApi Documentation: https://api.playfab.com/Documentation/Client/method/GetTitleNews\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\"SessionTicket\" - The string returned as \"SessionTicket\" in response to any sign in operation.\n\n**The body of this api-call should be proper json-format. The api-body accepts the following case-sensitive parameters:**\n\n\"Count\": Limits the results to the last n entries. Defaults to 10 if not set.\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.", @@ -2668,7 +2668,7 @@ "headers": "Content-Type: application/json\nX-Authentication: {{SessionTicket}}\n", "url": "https://{{TitleId}}.playfabapi.com/Client/GetTradeStatus", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "GetTradeStatus", "description": "Gets the current status of an existing trade.\n\nApi Documentation: https://api.playfab.com/Documentation/Client/method/GetTradeStatus\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\"SessionTicket\" - The string returned as \"SessionTicket\" in response to any sign in operation.\n\n**The body of this api-call should be proper json-format. The api-body accepts the following case-sensitive parameters:**\n\n\"OfferingPlayerId\": Player who opened trade.\n\n\"TradeId\": Trade identifier as returned by OpenTradeOffer.\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.", @@ -2682,7 +2682,7 @@ "headers": "Content-Type: application/json\nX-Authentication: {{SessionTicket}}\n", "url": "https://{{TitleId}}.playfabapi.com/Client/GetUserCombinedInfo", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "GetUserCombinedInfo", "description": "Retrieves all requested data for a user in one unified request. By default, this API returns all data for the locally signed-in user. The input parameters may be used to limit the data retrieved to any subset of the available data, as well as retrieve the available data for a different user. Note that certain data, including inventory, virtual currency balances, and personally identifying information, may only be retrieved for the locally signed-in user. In the example below, a request is made for the account details, virtual currency balances, and specified user data for the locally signed-in user.\n\nApi Documentation: https://api.playfab.com/Documentation/Client/method/GetUserCombinedInfo\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\"SessionTicket\" - The string returned as \"SessionTicket\" in response to any sign in operation.\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 identifier of the user whose info is being requested. Optional, defaults to the authenticated user if no other lookup identifier set.\n\n\"Username\": PlayFab Username for the account to find (if no PlayFabId is specified).\n\n\"Email\": User email address for the account to find (if no Username is specified).\n\n\"TitleDisplayName\": Title-specific username for the account to find (if no Email is set).\n\n\"GetAccountInfo\": If set to false, account info will not be returned. Defaults to true.\n\n\"GetInventory\": If set to false, inventory will not be returned. Defaults to true. Inventory will never be returned for users other than yourself.\n\n\"GetVirtualCurrency\": If set to false, virtual currency balances will not be returned. Defaults to true. Currency balances will never be returned for users other than yourself.\n\n\"GetUserData\": If set to false, custom user data will not be returned. Defaults to true.\n\n\"UserDataKeys\": User custom data keys to return. If set to null, all keys will be returned. For users other than yourself, only public data will be returned.\n\n\"GetReadOnlyData\": If set to false, read-only user data will not be returned. Defaults to true.\n\n\"ReadOnlyDataKeys\": User read-only custom data keys to return. If set to null, all keys will be returned. For users other than yourself, only public data will be returned.\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.", @@ -2696,7 +2696,7 @@ "headers": "Content-Type: application/json\nX-Authentication: {{SessionTicket}}\n", "url": "https://{{TitleId}}.playfabapi.com/Client/GetUserData", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "GetUserData", "description": "Retrieves the title-specific custom data for the user which is readable and writable by the client\n\nApi Documentation: https://api.playfab.com/Documentation/Client/method/GetUserData\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\"SessionTicket\" - The string returned as \"SessionTicket\" in response to any sign in operation.\n\n**The body of this api-call should be proper json-format. The api-body accepts the following case-sensitive parameters:**\n\n\"Keys\": Specific keys to search for in the custom data. Leave null to get all keys.\n\n\"PlayFabId\": Unique PlayFab identifier of the user to load data for. Optional, defaults to yourself if not set.\n\n\"IfChangedFromDataVersion\": The version that currently exists according to the caller. The call will return the data for all of the keys if the version in the system is greater than this.\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.", @@ -2710,7 +2710,7 @@ "headers": "Content-Type: application/json\nX-Authentication: {{SessionTicket}}\n", "url": "https://{{TitleId}}.playfabapi.com/Client/GetUserInventory", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "GetUserInventory", "description": "Retrieves the user's current inventory of virtual goods\n\nApi Documentation: https://api.playfab.com/Documentation/Client/method/GetUserInventory\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\"SessionTicket\" - The string returned as \"SessionTicket\" in response to any sign in operation.\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.", @@ -2724,7 +2724,7 @@ "headers": "Content-Type: application/json\nX-Authentication: {{SessionTicket}}\n", "url": "https://{{TitleId}}.playfabapi.com/Client/GetUserPublisherData", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "GetUserPublisherData", "description": "Retrieves the publisher-specific custom data for the user which is readable and writable by the client\n\nApi Documentation: https://api.playfab.com/Documentation/Client/method/GetUserPublisherData\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\"SessionTicket\" - The string returned as \"SessionTicket\" in response to any sign in operation.\n\n**The body of this api-call should be proper json-format. The api-body accepts the following case-sensitive parameters:**\n\n\"Keys\": Specific keys to search for in the custom data. Leave null to get all keys.\n\n\"PlayFabId\": Unique PlayFab identifier of the user to load data for. Optional, defaults to yourself if not set.\n\n\"IfChangedFromDataVersion\": The version that currently exists according to the caller. The call will return the data for all of the keys if the version in the system is greater than this.\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.", @@ -2738,7 +2738,7 @@ "headers": "Content-Type: application/json\nX-Authentication: {{SessionTicket}}\n", "url": "https://{{TitleId}}.playfabapi.com/Client/GetUserPublisherReadOnlyData", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "GetUserPublisherReadOnlyData", "description": "Retrieves the publisher-specific custom data for the user which can only be read by the client\n\nApi Documentation: https://api.playfab.com/Documentation/Client/method/GetUserPublisherReadOnlyData\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\"SessionTicket\" - The string returned as \"SessionTicket\" in response to any sign in operation.\n\n**The body of this api-call should be proper json-format. The api-body accepts the following case-sensitive parameters:**\n\n\"Keys\": Specific keys to search for in the custom data. Leave null to get all keys.\n\n\"PlayFabId\": Unique PlayFab identifier of the user to load data for. Optional, defaults to yourself if not set.\n\n\"IfChangedFromDataVersion\": The version that currently exists according to the caller. The call will return the data for all of the keys if the version in the system is greater than this.\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.", @@ -2752,7 +2752,7 @@ "headers": "Content-Type: application/json\nX-Authentication: {{SessionTicket}}\n", "url": "https://{{TitleId}}.playfabapi.com/Client/GetUserReadOnlyData", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "GetUserReadOnlyData", "description": "Retrieves the title-specific custom data for the user which can only be read by the client\n\nApi Documentation: https://api.playfab.com/Documentation/Client/method/GetUserReadOnlyData\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\"SessionTicket\" - The string returned as \"SessionTicket\" in response to any sign in operation.\n\n**The body of this api-call should be proper json-format. The api-body accepts the following case-sensitive parameters:**\n\n\"Keys\": Specific keys to search for in the custom data. Leave null to get all keys.\n\n\"PlayFabId\": Unique PlayFab identifier of the user to load data for. Optional, defaults to yourself if not set.\n\n\"IfChangedFromDataVersion\": The version that currently exists according to the caller. The call will return the data for all of the keys if the version in the system is greater than this.\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.", @@ -2766,7 +2766,7 @@ "headers": "Content-Type: application/json\nX-Authentication: {{SessionTicket}}\n", "url": "https://{{TitleId}}.playfabapi.com/Client/GetUserStatistics", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "GetUserStatistics", "description": "Retrieves the details of all title-specific statistics for the user\n\nApi Documentation: https://api.playfab.com/Documentation/Client/method/GetUserStatistics\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\"SessionTicket\" - The string returned as \"SessionTicket\" in response to any sign in operation.\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.", @@ -2780,7 +2780,7 @@ "headers": "Content-Type: application/json\nX-Authentication: {{SessionTicket}}\n", "url": "https://{{TitleId}}.playfabapi.com/Client/GrantCharacterToUser", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "GrantCharacterToUser", "description": "Grants the specified character type to the user.\n\nApi Documentation: https://api.playfab.com/Documentation/Client/method/GrantCharacterToUser\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\"SessionTicket\" - The string returned as \"SessionTicket\" in response to any sign in operation.\n\n**The body of this api-call should be proper json-format. The api-body accepts the following case-sensitive parameters:**\n\n\"CatalogVersion\": Catalog version from which items are to be granted.\n\n\"ItemId\": Catalog item identifier of the item in the user's inventory that corresponds to the character in the catalog to be created.\n\n\"CharacterName\": Non-unique display name of the character being granted.\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.", @@ -2794,7 +2794,7 @@ "headers": "Content-Type: application/json\nX-Authentication: {{SessionTicket}}\n", "url": "https://{{TitleId}}.playfabapi.com/Client/LinkAndroidDeviceID", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "LinkAndroidDeviceID", "description": "Links the Android device identifier to the user's PlayFab account\n\nApi Documentation: https://api.playfab.com/Documentation/Client/method/LinkAndroidDeviceID\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\"SessionTicket\" - The string returned as \"SessionTicket\" in response to any sign in operation.\n\n**The body of this api-call should be proper json-format. The api-body accepts the following case-sensitive parameters:**\n\n\"AndroidDeviceId\": Android device identifier for the user's device.\n\n\"OS\": Specific Operating System version for the user's device.\n\n\"AndroidDevice\": Specific model of the user's device.\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.", @@ -2808,7 +2808,7 @@ "headers": "Content-Type: application/json\nX-Authentication: {{SessionTicket}}\n", "url": "https://{{TitleId}}.playfabapi.com/Client/LinkCustomID", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "LinkCustomID", "description": "Links the custom identifier, generated by the title, to the user's PlayFab account\n\nApi Documentation: https://api.playfab.com/Documentation/Client/method/LinkCustomID\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\"SessionTicket\" - The string returned as \"SessionTicket\" in response to any sign in operation.\n\n**The body of this api-call should be proper json-format. The api-body accepts the following case-sensitive parameters:**\n\n\"CustomId\": Custom unique identifier for the user, generated by the title.\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.", @@ -2822,7 +2822,7 @@ "headers": "Content-Type: application/json\nX-Authentication: {{SessionTicket}}\n", "url": "https://{{TitleId}}.playfabapi.com/Client/LinkFacebookAccount", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "LinkFacebookAccount", "description": "Links the Facebook account associated with the provided Facebook access token to the user's PlayFab account\n\nApi Documentation: https://api.playfab.com/Documentation/Client/method/LinkFacebookAccount\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\"SessionTicket\" - The string returned as \"SessionTicket\" in response to any sign in operation.\n\n**The body of this api-call should be proper json-format. The api-body accepts the following case-sensitive parameters:**\n\n\"AccessToken\": Unique identifier from Facebook for the user.\n\n\"ForceLink\": If this Facebook account is already linked to a Playfab account, this will unlink the old account before linking the new one. Be careful when using this call, as it may orphan the old account. 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.", @@ -2836,7 +2836,7 @@ "headers": "Content-Type: application/json\nX-Authentication: {{SessionTicket}}\n", "url": "https://{{TitleId}}.playfabapi.com/Client/LinkGameCenterAccount", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "LinkGameCenterAccount", "description": "Links the Game Center account associated with the provided Game Center ID to the user's PlayFab account\n\nApi Documentation: https://api.playfab.com/Documentation/Client/method/LinkGameCenterAccount\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\"SessionTicket\" - The string returned as \"SessionTicket\" in response to any sign in operation.\n\n**The body of this api-call should be proper json-format. The api-body accepts the following case-sensitive parameters:**\n\n\"GameCenterId\": Game Center identifier for the player account to be linked.\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.", @@ -2850,7 +2850,7 @@ "headers": "Content-Type: application/json\nX-Authentication: {{SessionTicket}}\n", "url": "https://{{TitleId}}.playfabapi.com/Client/LinkGoogleAccount", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "LinkGoogleAccount", "description": "Links the currently signed-in user account to the Google account specified by the Google account access token\n\nApi Documentation: https://api.playfab.com/Documentation/Client/method/LinkGoogleAccount\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\"SessionTicket\" - The string returned as \"SessionTicket\" in response to any sign in operation.\n\n**The body of this api-call should be proper json-format. The api-body accepts the following case-sensitive parameters:**\n\n\"AccessToken\": Unique token from Google Play for the user.\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.", @@ -2864,7 +2864,7 @@ "headers": "Content-Type: application/json\nX-Authentication: {{SessionTicket}}\n", "url": "https://{{TitleId}}.playfabapi.com/Client/LinkIOSDeviceID", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "LinkIOSDeviceID", "description": "Links the vendor-specific iOS device identifier to the user's PlayFab account\n\nApi Documentation: https://api.playfab.com/Documentation/Client/method/LinkIOSDeviceID\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\"SessionTicket\" - The string returned as \"SessionTicket\" in response to any sign in operation.\n\n**The body of this api-call should be proper json-format. The api-body accepts the following case-sensitive parameters:**\n\n\"DeviceId\": Vendor-specific iOS identifier for the user's device.\n\n\"OS\": Specific Operating System version for the user's device.\n\n\"DeviceModel\": Specific model of the user's device.\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.", @@ -2878,7 +2878,7 @@ "headers": "Content-Type: application/json\nX-Authentication: {{SessionTicket}}\n", "url": "https://{{TitleId}}.playfabapi.com/Client/LinkKongregate", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "LinkKongregate", "description": "Links the Kongregate identifier to the user's PlayFab account\n\nApi Documentation: https://api.playfab.com/Documentation/Client/method/LinkKongregate\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\"SessionTicket\" - The string returned as \"SessionTicket\" in response to any sign in operation.\n\n**The body of this api-call should be proper json-format. The api-body accepts the following case-sensitive parameters:**\n\n\"KongregateId\": Numeric user ID assigned by Kongregate\n\n\"AuthTicket\": Valid session auth ticket issued by Kongregate\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.", @@ -2892,7 +2892,7 @@ "headers": "Content-Type: application/json\nX-Authentication: {{SessionTicket}}\n", "url": "https://{{TitleId}}.playfabapi.com/Client/LinkSteamAccount", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "LinkSteamAccount", "description": "Links the Steam account associated with the provided Steam authentication ticket to the user's PlayFab account\n\nApi Documentation: https://api.playfab.com/Documentation/Client/method/LinkSteamAccount\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\"SessionTicket\" - The string returned as \"SessionTicket\" in response to any sign in operation.\n\n**The body of this api-call should be proper json-format. The api-body accepts the following case-sensitive parameters:**\n\n\"SteamTicket\": Authentication token for the user, returned as a byte array from Steam, and converted to a string (for example, the byte 0x08 should become \"08\").\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.", @@ -2906,7 +2906,7 @@ "headers": "Content-Type: application/json\nX-Authentication: {{SessionTicket}}\n", "url": "https://{{TitleId}}.playfabapi.com/Client/LogEvent", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "LogEvent", "description": "Logs a custom analytics event\n\nApi Documentation: https://api.playfab.com/Documentation/Client/method/LogEvent\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\"SessionTicket\" - The string returned as \"SessionTicket\" in response to any sign in operation.\n\n**The body of this api-call should be proper json-format. The api-body accepts the following case-sensitive parameters:**\n\n\"Timestamp\": Optional timestamp for this event. If null, the a timestamp is auto-assigned to the event on the server.\n\n\"EventName\": A unique event name which will be used as the table name in the Redshift database. The name will be made lower case, and cannot not contain spaces. The use of underscores is recommended, for readability. Events also cannot match reserved terms. The PlayFab reserved terms are 'log_in' and 'purchase', 'create' and 'request', while the Redshift reserved terms can be found here: http://docs.aws.amazon.com/redshift/latest/dg/r_pg_keywords.html.\n\n\"Body\": Contains all the data for this event. Event Values can be strings, booleans or numerics (float, double, integer, long) and must be consistent on a per-event basis (if the Value for Key 'A' in Event 'Foo' is an integer the first time it is sent, it must be an integer in all subsequent 'Foo' events). As with event names, Keys must also not use reserved words (see above). Finally, the size of the Body for an event must be less than 32KB (UTF-8 format).\n\n\"ProfileSetEvent\": Flag to set event Body as profile details in the Redshift database as well as a standard event.\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.", @@ -2920,7 +2920,7 @@ "headers": "Content-Type: application/json\n", "url": "https://{{TitleId}}.playfabapi.com/Client/LoginWithAndroidDeviceID", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "LoginWithAndroidDeviceID", "description": "Signs the user in using the Android device identifier, returning a session identifier that can subsequently be used for API calls which require an authenticated user\n\nApi Documentation: https://api.playfab.com/Documentation/Client/method/LoginWithAndroidDeviceID\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**The body of this api-call should be proper json-format. The api-body accepts the following case-sensitive parameters:**\n\n\"TitleId\": Unique identifier for the title, found in the Settings > Game Properties section of the PlayFab developer site when a title has been selected\n\n\"AndroidDeviceId\": Android device identifier for the user's device.\n\n\"OS\": Specific Operating System version for the user's device.\n\n\"AndroidDevice\": Specific model of the user's device.\n\n\"CreateAccount\": Automatically create a PlayFab account if one is not currently linked to this Android device.\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.", @@ -2934,7 +2934,7 @@ "headers": "Content-Type: application/json\n", "url": "https://{{TitleId}}.playfabapi.com/Client/LoginWithCustomID", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "LoginWithCustomID", "description": "Signs the user in using a custom unique identifier generated by the title, returning a session identifier that can subsequently be used for API calls which require an authenticated user\n\nApi Documentation: https://api.playfab.com/Documentation/Client/method/LoginWithCustomID\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**The body of this api-call should be proper json-format. The api-body accepts the following case-sensitive parameters:**\n\n\"TitleId\": Unique identifier for the title, found in the Settings > Game Properties section of the PlayFab developer site when a title has been selected\n\n\"CustomId\": Custom unique identifier for the user, generated by the title.\n\n\"CreateAccount\": Automatically create a PlayFab account if one is not currently linked to this Custom ID.\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.", @@ -2948,7 +2948,7 @@ "headers": "Content-Type: application/json\n", "url": "https://{{TitleId}}.playfabapi.com/Client/LoginWithEmailAddress", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "LoginWithEmailAddress", "description": "Signs the user into the PlayFab account, returning a session identifier that can subsequently be used for API calls which require an authenticated user\n\nApi Documentation: https://api.playfab.com/Documentation/Client/method/LoginWithEmailAddress\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**The body of this api-call should be proper json-format. The api-body accepts the following case-sensitive parameters:**\n\n\"TitleId\": Unique identifier for the title, found in the Settings > Game Properties section of the PlayFab developer site when a title has been selected\n\n\"Email\": Email address for the account.\n\n\"Password\": Password for the PlayFab account (6-30 characters)\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.", @@ -2962,7 +2962,7 @@ "headers": "Content-Type: application/json\n", "url": "https://{{TitleId}}.playfabapi.com/Client/LoginWithFacebook", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "LoginWithFacebook", "description": "Signs the user in using a Facebook access token, returning a session identifier that can subsequently be used for API calls which require an authenticated user\n\nApi Documentation: https://api.playfab.com/Documentation/Client/method/LoginWithFacebook\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**The body of this api-call should be proper json-format. The api-body accepts the following case-sensitive parameters:**\n\n\"TitleId\": Unique identifier for the title, found in the Settings > Game Properties section of the PlayFab developer site when a title has been selected\n\n\"AccessToken\": Unique identifier from Facebook for the user.\n\n\"CreateAccount\": Automatically create a PlayFab account if one is not currently linked to this Facebook account.\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.", @@ -2976,7 +2976,7 @@ "headers": "Content-Type: application/json\n", "url": "https://{{TitleId}}.playfabapi.com/Client/LoginWithGoogleAccount", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "LoginWithGoogleAccount", "description": "Signs the user in using a Google account access token, returning a session identifier that can subsequently be used for API calls which require an authenticated user\n\nApi Documentation: https://api.playfab.com/Documentation/Client/method/LoginWithGoogleAccount\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**The body of this api-call should be proper json-format. The api-body accepts the following case-sensitive parameters:**\n\n\"TitleId\": Unique identifier for the title, found in the Settings > Game Properties section of the PlayFab developer site when a title has been selected\n\n\"AccessToken\": Unique token from Google Play for the user.\n\n\"CreateAccount\": Automatically create a PlayFab account if one is not currently linked to this Google account.\n\n\"PublisherId\": undefined\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.", @@ -2990,7 +2990,7 @@ "headers": "Content-Type: application/json\n", "url": "https://{{TitleId}}.playfabapi.com/Client/LoginWithIOSDeviceID", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "LoginWithIOSDeviceID", "description": "Signs the user in using the vendor-specific iOS device identifier, returning a session identifier that can subsequently be used for API calls which require an authenticated user\n\nApi Documentation: https://api.playfab.com/Documentation/Client/method/LoginWithIOSDeviceID\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**The body of this api-call should be proper json-format. The api-body accepts the following case-sensitive parameters:**\n\n\"TitleId\": Unique identifier for the title, found in the Settings > Game Properties section of the PlayFab developer site when a title has been selected\n\n\"DeviceId\": Vendor-specific iOS identifier for the user's device.\n\n\"OS\": Specific Operating System version for the user's device.\n\n\"DeviceModel\": Specific model of the user's device.\n\n\"CreateAccount\": Automatically create a PlayFab account if one is not currently linked to this iOS device.\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.", @@ -3004,7 +3004,7 @@ "headers": "Content-Type: application/json\n", "url": "https://{{TitleId}}.playfabapi.com/Client/LoginWithKongregate", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "LoginWithKongregate", "description": "Signs the user in using a Kongregate player account.\n\nApi Documentation: https://api.playfab.com/Documentation/Client/method/LoginWithKongregate\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**The body of this api-call should be proper json-format. The api-body accepts the following case-sensitive parameters:**\n\n\"TitleId\": Unique identifier for the title, found in the Settings > Game Properties section of the PlayFab developer site when a title has been selected\n\n\"KongregateId\": Unique identifier from Kongregate for the user.\n\n\"AuthTicket\": Token issued by Kongregate's client API for the user.\n\n\"CreateAccount\": Automatically create a PlayFab account if one is not currently linked to this Kongregate account.\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.", @@ -3018,7 +3018,7 @@ "headers": "Content-Type: application/json\n", "url": "https://{{TitleId}}.playfabapi.com/Client/LoginWithPlayFab", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "LoginWithPlayFab", "description": "Signs the user into the PlayFab account, returning a session identifier that can subsequently be used for API calls which require an authenticated user\n\nApi Documentation: https://api.playfab.com/Documentation/Client/method/LoginWithPlayFab\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**The body of this api-call should be proper json-format. The api-body accepts the following case-sensitive parameters:**\n\n\"TitleId\": Unique identifier for the title, found in the Settings > Game Properties section of the PlayFab developer site when a title has been selected\n\n\"Username\": PlayFab username for the account.\n\n\"Password\": Password for the PlayFab account (6-30 characters)\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.", @@ -3032,7 +3032,7 @@ "headers": "Content-Type: application/json\n", "url": "https://{{TitleId}}.playfabapi.com/Client/LoginWithSteam", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "LoginWithSteam", "description": "Signs the user in using a Steam authentication ticket, returning a session identifier that can subsequently be used for API calls which require an authenticated user\n\nApi Documentation: https://api.playfab.com/Documentation/Client/method/LoginWithSteam\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**The body of this api-call should be proper json-format. The api-body accepts the following case-sensitive parameters:**\n\n\"TitleId\": Unique identifier for the title, found in the Settings > Game Properties section of the PlayFab developer site when a title has been selected\n\n\"SteamTicket\": Authentication token for the user, returned as a byte array from Steam, and converted to a string (for example, the byte 0x08 should become \"08\").\n\n\"CreateAccount\": Automatically create a PlayFab account if one is not currently linked to this Steam account.\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.", @@ -3046,7 +3046,7 @@ "headers": "Content-Type: application/json\nX-Authentication: {{SessionTicket}}\n", "url": "https://{{TitleId}}.playfabapi.com/Client/Matchmake", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "Matchmake", "description": "Attempts to locate a game session matching the given parameters. Note that parameters specified in the search are required (they are not weighting factors). If a slot is found in a server instance matching the parameters, the slot will be assigned to that player, removing it from the availabe set. In that case, the information on the game session will be returned, otherwise the Status returned will be GameNotFound. Note that EnableQueue is deprecated at this time.\n\nApi Documentation: https://api.playfab.com/Documentation/Client/method/Matchmake\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\"SessionTicket\" - The string returned as \"SessionTicket\" in response to any sign in operation.\n\n**The body of this api-call should be proper json-format. The api-body accepts the following case-sensitive parameters:**\n\n\"BuildVersion\": build version to match against\n\n\"Region\": region to match make against\n\n\"GameMode\": game mode to match make against\n\n\"LobbyId\": lobby identifier to match make against (used to select a specific server)\n\n\"StatisticName\": player statistic to use in finding a match. May be null for no stat-based matching\n\n\"CharacterId\": character to use for stats based matching. Leave null to use account stats\n\n\"EnableQueue\": [deprecated]\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.", @@ -3060,7 +3060,7 @@ "headers": "Content-Type: application/json\nX-Authentication: {{SessionTicket}}\n", "url": "https://{{TitleId}}.playfabapi.com/Client/OpenTrade", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "OpenTrade", "description": "Opens a new outstanding trade.\n\nApi Documentation: https://api.playfab.com/Documentation/Client/method/OpenTrade\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\"SessionTicket\" - The string returned as \"SessionTicket\" in response to any sign in operation.\n\n**The body of this api-call should be proper json-format. The api-body accepts the following case-sensitive parameters:**\n\n\"OfferedInventoryInstanceIds\": Player inventory items offered for trade. If not set, the trade is effectively a gift request\n\n\"RequestedCatalogItemIds\": Catalog items accepted for the trade. If not set, the trade is effectively a gift.\n\n\"AllowedPlayerIds\": Players who are allowed to accept the trade. If null, the trade may be accepted by any player.\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.", @@ -3074,7 +3074,7 @@ "headers": "Content-Type: application/json\nX-Authentication: {{SessionTicket}}\n", "url": "https://{{TitleId}}.playfabapi.com/Client/PayForPurchase", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "PayForPurchase", "description": "Selects a payment option for purchase order created via StartPurchase\n\nApi Documentation: https://api.playfab.com/Documentation/Client/method/PayForPurchase\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\"SessionTicket\" - The string returned as \"SessionTicket\" in response to any sign in operation.\n\n**The body of this api-call should be proper json-format. The api-body accepts the following case-sensitive parameters:**\n\n\"OrderId\": Purchase order identifier returned from StartPurchase.\n\n\"ProviderName\": Payment provider to use to fund the purchase.\n\n\"Currency\": Currency to use to fund the purchase.\n\n\"ProviderTransactionId\": Payment provider transaction identifier. Required for Facebook Payments.\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.", @@ -3088,7 +3088,7 @@ "headers": "Content-Type: application/json\nX-Authentication: {{SessionTicket}}\n", "url": "https://{{TitleId}}.playfabapi.com/Client/PurchaseItem", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "PurchaseItem", "description": "Buys a single item with virtual currency. You must specify both the virtual currency to use to purchase, as well as what the client believes the price to be. This lets the server fail the purchase if the price has changed.\n\nApi Documentation: https://api.playfab.com/Documentation/Client/method/PurchaseItem\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\"SessionTicket\" - The string returned as \"SessionTicket\" in response to any sign in operation.\n\n**The body of this api-call should be proper json-format. The api-body accepts the following case-sensitive parameters:**\n\n\"ItemId\": Unique identifier of the item to purchase.\n\n\"VirtualCurrency\": Virtual currency to use to purchase the item.\n\n\"Price\": Price the client expects to pay for the item (in case a new catalog or store was uploaded, with new prices).\n\n\"CatalogVersion\": Catalog version for the items to be purchased (defaults to most recent version.\n\n\"StoreId\": Store to buy this item through. If not set, prices default to those in the catalog.\n\n\"CharacterId\": Unique PlayFab assigned ID for a specific character owned by a user\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.", @@ -3102,7 +3102,7 @@ "headers": "Content-Type: application/json\nX-Authentication: {{SessionTicket}}\n", "url": "https://{{TitleId}}.playfabapi.com/Client/RedeemCoupon", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "RedeemCoupon", "description": "Adds the virtual goods associated with the coupon to the user's inventory. Coupons can be generated via the Promotions->Coupons tab in the PlayFab Game Manager. See this post for more information on coupons: https://playfab.com/blog/using-stores-and-coupons-game-manager/\n\nApi Documentation: https://api.playfab.com/Documentation/Client/method/RedeemCoupon\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\"SessionTicket\" - The string returned as \"SessionTicket\" in response to any sign in operation.\n\n**The body of this api-call should be proper json-format. The api-body accepts the following case-sensitive parameters:**\n\n\"CouponCode\": Generated coupon code to redeem.\n\n\"CatalogVersion\": Catalog version of the coupon.\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.", @@ -3116,7 +3116,7 @@ "headers": "Content-Type: application/json\nX-Authentication: {{SessionTicket}}\n", "url": "https://{{TitleId}}.playfabapi.com/Client/RegisterForIOSPushNotification", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "RegisterForIOSPushNotification", "description": "Registers the iOS device to receive push notifications\n\nApi Documentation: https://api.playfab.com/Documentation/Client/method/RegisterForIOSPushNotification\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\"SessionTicket\" - The string returned as \"SessionTicket\" in response to any sign in operation.\n\n**The body of this api-call should be proper json-format. The api-body accepts the following case-sensitive parameters:**\n\n\"DeviceToken\": Unique token generated by the Apple Push Notification service when the title registered to receive push notifications.\n\n\"SendPushNotificationConfirmation\": If true, send a test push message immediately after sucessful registration. Defaults to false.\n\n\"ConfirmationMessage\": Message to display when confirming push notification.\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.", @@ -3130,7 +3130,7 @@ "headers": "Content-Type: application/json\n", "url": "https://{{TitleId}}.playfabapi.com/Client/RegisterPlayFabUser", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "RegisterPlayFabUser", "description": "Registers a new Playfab user account, returning a session identifier that can subsequently be used for API calls which require an authenticated user. You must supply either a username or an email address.\n\nApi Documentation: https://api.playfab.com/Documentation/Client/method/RegisterPlayFabUser\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**The body of this api-call should be proper json-format. The api-body accepts the following case-sensitive parameters:**\n\n\"TitleId\": Unique identifier for the title, found in the Settings > Game Properties section of the PlayFab developer site when a title has been selected\n\n\"Username\": PlayFab username for the account (3-20 characters)\n\n\"Email\": User email address attached to their account\n\n\"Password\": Password for the PlayFab account (6-30 characters)\n\n\"RequireBothUsernameAndEmail\": An optional parameter that specifies whether both the username and email parameters are required. If true, both parameters are required; if false, the user must supply either the username or email parameter. The default value is true.\n\n\"DisplayName\": An optional parameter for setting the display name for this title.\n\n\"Origination\": [Deprecated - The Origination of a user is determined by the API call used to create the account. In the case of RegisterPlayFabUser, it will be Organic.\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.", @@ -3144,7 +3144,7 @@ "headers": "Content-Type: application/json\nX-Authentication: {{SessionTicket}}\n", "url": "https://{{TitleId}}.playfabapi.com/Client/RemoveFriend", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "RemoveFriend", "description": "Removes a specified user from the friend list of the local user\n\nApi Documentation: https://api.playfab.com/Documentation/Client/method/RemoveFriend\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\"SessionTicket\" - The string returned as \"SessionTicket\" in response to any sign in operation.\n\n**The body of this api-call should be proper json-format. The api-body accepts the following case-sensitive parameters:**\n\n\"FriendPlayFabId\": PlayFab identifier of the friend account which is to be removed.\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.", @@ -3158,7 +3158,7 @@ "headers": "Content-Type: application/json\nX-Authentication: {{SessionTicket}}\n", "url": "https://{{TitleId}}.playfabapi.com/Client/RemoveSharedGroupMembers", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "RemoveSharedGroupMembers", "description": "Removes users from the set of those able to update the shared data and the set of users in the group. Only users in the group can remove members. If as a result of the call, zero users remain with access, the group and its associated data will be deleted.\n\nApi Documentation: https://api.playfab.com/Documentation/Client/method/RemoveSharedGroupMembers\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\"SessionTicket\" - The string returned as \"SessionTicket\" in response to any sign in operation.\n\n**The body of this api-call should be proper json-format. The api-body accepts the following case-sensitive parameters:**\n\n\"SharedGroupId\": Unique identifier for the shared group.\n\n\"PlayFabIds\": An array of unique PlayFab assigned ID of the user on whom the operation will be performed.\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.", @@ -3172,7 +3172,7 @@ "headers": "Content-Type: application/json\nX-Authentication: {{SessionTicket}}\n", "url": "https://{{TitleId}}.playfabapi.com/Client/ReportPlayer", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "ReportPlayer", "description": "Submit a report for another player (due to bad bahavior, etc.), so that customer service representatives for the title can take action concerning potentially toxic players.\n\nApi Documentation: https://api.playfab.com/Documentation/Client/method/ReportPlayer\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\"SessionTicket\" - The string returned as \"SessionTicket\" in response to any sign in operation.\n\n**The body of this api-call should be proper json-format. The api-body accepts the following case-sensitive parameters:**\n\n\"ReporteeId\": Unique PlayFab identifier of the reported player.\n\n\"Comment\": Optional additional comment by reporting player.\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.", @@ -3186,7 +3186,7 @@ "headers": "Content-Type: application/json\nX-Authentication: {{SessionTicket}}\n", "url": "https://{{TitleId}}.playfabapi.com/Client/RestoreIOSPurchases", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "RestoreIOSPurchases", "description": "Restores all in-app purchases based on the given refresh receipt.\n\nApi Documentation: https://api.playfab.com/Documentation/Client/method/RestoreIOSPurchases\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\"SessionTicket\" - The string returned as \"SessionTicket\" in response to any sign in operation.\n\n**The body of this api-call should be proper json-format. The api-body accepts the following case-sensitive parameters:**\n\n\"ReceiptData\": Base64 encoded receipt data, passed back by the App Store as a result of a successful purchase.\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.", @@ -3200,7 +3200,7 @@ "headers": "Content-Type: application/json\nX-Authentication: {{SessionTicket}}\n", "url": "{{LogicUrl}}/Client/RunCloudScript", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "RunCloudScript", "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/Client/method/RunCloudScript\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\"SessionTicket\" - The string returned as \"SessionTicket\" in response to any sign in operation.\n\n\"LogicUrl\" - You must call GetCloudScriptUrl first, and copy the result into this envrionment variable. \n\n**The body of this api-call should be proper json-format. The api-body accepts the following case-sensitive parameters:**\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.", @@ -3214,7 +3214,7 @@ "headers": "Content-Type: application/json\n", "url": "https://{{TitleId}}.playfabapi.com/Client/SendAccountRecoveryEmail", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "SendAccountRecoveryEmail", "description": "Forces an email to be sent to the registered email address for the user's account, with a link allowing the user to change the password\n\nApi Documentation: https://api.playfab.com/Documentation/Client/method/SendAccountRecoveryEmail\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**The body of this api-call should be proper json-format. The api-body accepts the following case-sensitive parameters:**\n\n\"Email\": User email address attached to their account\n\n\"TitleId\": Unique identifier for the title, found in the Settings > Game Properties section of the PlayFab developer site when a title has been selected\n\n\"PublisherId\": undefined\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.", @@ -3228,7 +3228,7 @@ "headers": "Content-Type: application/json\nX-Authentication: {{SessionTicket}}\n", "url": "https://{{TitleId}}.playfabapi.com/Client/SetFriendTags", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "SetFriendTags", "description": "Updates the tag list for a specified user in the friend list of the local user\n\nApi Documentation: https://api.playfab.com/Documentation/Client/method/SetFriendTags\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\"SessionTicket\" - The string returned as \"SessionTicket\" in response to any sign in operation.\n\n**The body of this api-call should be proper json-format. The api-body accepts the following case-sensitive parameters:**\n\n\"FriendPlayFabId\": PlayFab identifier of the friend account to which the tag(s) should be applied.\n\n\"Tags\": Array of tags to set on the friend account.\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.", @@ -3242,7 +3242,7 @@ "headers": "Content-Type: application/json\nX-Authentication: {{SessionTicket}}\n", "url": "https://{{TitleId}}.playfabapi.com/Client/StartGame", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "StartGame", "description": "Start a new game server with a given configuration, add the current player and return the connection information.\n\nApi Documentation: https://api.playfab.com/Documentation/Client/method/StartGame\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\"SessionTicket\" - The string returned as \"SessionTicket\" in response to any sign in operation.\n\n**The body of this api-call should be proper json-format. The api-body accepts the following case-sensitive parameters:**\n\n\"BuildVersion\": version information for the build of the game server which is to be started\n\n\"Region\": the region to associate this server with for match filtering\n\n\"GameMode\": the title-defined game mode this server is to be running (defaults to 0 if there is only one mode)\n\n\"StatisticName\": player statistic for others to use in finding this game. May be null for no stat-based matching\n\n\"CharacterId\": character to use for stats based matching. Leave null to use account stats\n\n\"CustomCommandLineData\": custom command line argument when starting game server process\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.", @@ -3256,7 +3256,7 @@ "headers": "Content-Type: application/json\nX-Authentication: {{SessionTicket}}\n", "url": "https://{{TitleId}}.playfabapi.com/Client/StartPurchase", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "StartPurchase", "description": "Creates an order for a list of items from the title catalog\n\nApi Documentation: https://api.playfab.com/Documentation/Client/method/StartPurchase\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\"SessionTicket\" - The string returned as \"SessionTicket\" in response to any sign in operation.\n\n**The body of this api-call should be proper json-format. The api-body accepts the following case-sensitive parameters:**\n\n\"CatalogVersion\": Catalog version for the items to be purchased. Defaults to most recent catalog.\n\n\"StoreId\": Store through which to purchase items. If not set, prices will be pulled from the catalog itself.\n\n\"Items\": Array of items to purchase.\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.", @@ -3270,7 +3270,7 @@ "headers": "Content-Type: application/json\nX-Authentication: {{SessionTicket}}\n", "url": "https://{{TitleId}}.playfabapi.com/Client/SubtractUserVirtualCurrency", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "SubtractUserVirtualCurrency", "description": "Decrements the user's balance of the specified virtual currency by the stated amount\n\nApi Documentation: https://api.playfab.com/Documentation/Client/method/SubtractUserVirtualCurrency\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\"SessionTicket\" - The string returned as \"SessionTicket\" in response to any sign in operation.\n\n**The body of this api-call should be proper json-format. The api-body accepts the following case-sensitive parameters:**\n\n\"VirtualCurrency\": Name of the virtual currency which is to be decremented.\n\n\"Amount\": Amount to be subtracted from the user balance of the specified virtual currency.\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.", @@ -3284,7 +3284,7 @@ "headers": "Content-Type: application/json\nX-Authentication: {{SessionTicket}}\n", "url": "https://{{TitleId}}.playfabapi.com/Client/UnlinkAndroidDeviceID", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "UnlinkAndroidDeviceID", "description": "Unlinks the related Android device identifier from the user's PlayFab account\n\nApi Documentation: https://api.playfab.com/Documentation/Client/method/UnlinkAndroidDeviceID\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\"SessionTicket\" - The string returned as \"SessionTicket\" in response to any sign in operation.\n\n**The body of this api-call should be proper json-format. The api-body accepts the following case-sensitive parameters:**\n\n\"AndroidDeviceId\": Android device identifier for the user's device. If not specified, the most recently signed in Android Device ID will be used.\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.", @@ -3298,7 +3298,7 @@ "headers": "Content-Type: application/json\nX-Authentication: {{SessionTicket}}\n", "url": "https://{{TitleId}}.playfabapi.com/Client/UnlinkCustomID", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "UnlinkCustomID", "description": "Unlinks the related custom identifier from the user's PlayFab account\n\nApi Documentation: https://api.playfab.com/Documentation/Client/method/UnlinkCustomID\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\"SessionTicket\" - The string returned as \"SessionTicket\" in response to any sign in operation.\n\n**The body of this api-call should be proper json-format. The api-body accepts the following case-sensitive parameters:**\n\n\"CustomId\": Custom unique identifier for the user, generated by the title. If not specified, the most recently signed in Custom ID will be used.\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.", @@ -3312,7 +3312,7 @@ "headers": "Content-Type: application/json\nX-Authentication: {{SessionTicket}}\n", "url": "https://{{TitleId}}.playfabapi.com/Client/UnlinkFacebookAccount", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "UnlinkFacebookAccount", "description": "Unlinks the related Facebook account from the user's PlayFab account\n\nApi Documentation: https://api.playfab.com/Documentation/Client/method/UnlinkFacebookAccount\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\"SessionTicket\" - The string returned as \"SessionTicket\" in response to any sign in operation.\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.", @@ -3326,7 +3326,7 @@ "headers": "Content-Type: application/json\nX-Authentication: {{SessionTicket}}\n", "url": "https://{{TitleId}}.playfabapi.com/Client/UnlinkGameCenterAccount", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "UnlinkGameCenterAccount", "description": "Unlinks the related Game Center account from the user's PlayFab account\n\nApi Documentation: https://api.playfab.com/Documentation/Client/method/UnlinkGameCenterAccount\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\"SessionTicket\" - The string returned as \"SessionTicket\" in response to any sign in operation.\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.", @@ -3340,7 +3340,7 @@ "headers": "Content-Type: application/json\nX-Authentication: {{SessionTicket}}\n", "url": "https://{{TitleId}}.playfabapi.com/Client/UnlinkGoogleAccount", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "UnlinkGoogleAccount", "description": "Unlinks the related Google account from the user's PlayFab account\n\nApi Documentation: https://api.playfab.com/Documentation/Client/method/UnlinkGoogleAccount\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\"SessionTicket\" - The string returned as \"SessionTicket\" in response to any sign in operation.\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.", @@ -3354,7 +3354,7 @@ "headers": "Content-Type: application/json\nX-Authentication: {{SessionTicket}}\n", "url": "https://{{TitleId}}.playfabapi.com/Client/UnlinkIOSDeviceID", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "UnlinkIOSDeviceID", "description": "Unlinks the related iOS device identifier from the user's PlayFab account\n\nApi Documentation: https://api.playfab.com/Documentation/Client/method/UnlinkIOSDeviceID\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\"SessionTicket\" - The string returned as \"SessionTicket\" in response to any sign in operation.\n\n**The body of this api-call should be proper json-format. The api-body accepts the following case-sensitive parameters:**\n\n\"DeviceId\": Vendor-specific iOS identifier for the user's device. If not specified, the most recently signed in iOS Device ID will be used.\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.", @@ -3368,7 +3368,7 @@ "headers": "Content-Type: application/json\nX-Authentication: {{SessionTicket}}\n", "url": "https://{{TitleId}}.playfabapi.com/Client/UnlinkKongregate", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "UnlinkKongregate", "description": "Unlinks the related Kongregate identifier from the user's PlayFab account\n\nApi Documentation: https://api.playfab.com/Documentation/Client/method/UnlinkKongregate\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\"SessionTicket\" - The string returned as \"SessionTicket\" in response to any sign in operation.\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.", @@ -3382,7 +3382,7 @@ "headers": "Content-Type: application/json\nX-Authentication: {{SessionTicket}}\n", "url": "https://{{TitleId}}.playfabapi.com/Client/UnlinkSteamAccount", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "UnlinkSteamAccount", "description": "Unlinks the related Steam account from the user's PlayFab account\n\nApi Documentation: https://api.playfab.com/Documentation/Client/method/UnlinkSteamAccount\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\"SessionTicket\" - The string returned as \"SessionTicket\" in response to any sign in operation.\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.", @@ -3396,7 +3396,7 @@ "headers": "Content-Type: application/json\nX-Authentication: {{SessionTicket}}\n", "url": "https://{{TitleId}}.playfabapi.com/Client/UnlockContainerItem", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "UnlockContainerItem", "description": "Unlocks a container item in the user's inventory and consumes a key item of the type indicated by the container item\n\nApi Documentation: https://api.playfab.com/Documentation/Client/method/UnlockContainerItem\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\"SessionTicket\" - The string returned as \"SessionTicket\" in response to any sign in operation.\n\n**The body of this api-call should be proper json-format. The api-body accepts the following case-sensitive parameters:**\n\n\"ContainerItemId\": Category ItemId of the container type to unlock.\n\n\"CatalogVersion\": Catalog version of the container.\n\n\"CharacterId\": Unique PlayFab assigned ID for a specific character owned by a user\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.", @@ -3410,7 +3410,7 @@ "headers": "Content-Type: application/json\nX-Authentication: {{SessionTicket}}\n", "url": "https://{{TitleId}}.playfabapi.com/Client/UpdateCharacterData", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "UpdateCharacterData", "description": "Creates and updates the title-specific custom data for the user's character which is readable and writable by the client\n\nApi Documentation: https://api.playfab.com/Documentation/Client/method/UpdateCharacterData\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\"SessionTicket\" - The string returned as \"SessionTicket\" in response to any sign in operation.\n\n**The body of this api-call should be proper json-format. The api-body accepts the following case-sensitive parameters:**\n\n\"CharacterId\": Unique PlayFab assigned ID for a specific character owned by a user\n\n\"Data\": Key-value pairs to be written to the custom data. Note that keys are trimmed of whitespace, are limited in size, and may not begin with a '!' character.\n\n\"KeysToRemove\": Optional list of Data-keys to remove from UserData. Some SDKs cannot insert null-values into Data due to language constraints. Use this to delete the keys directly.\n\n\"Permission\": Permission to be applied to all user data keys written in this request. Defaults to \"private\" if not set.\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.", @@ -3424,7 +3424,7 @@ "headers": "Content-Type: application/json\nX-Authentication: {{SessionTicket}}\n", "url": "https://{{TitleId}}.playfabapi.com/Client/UpdateSharedGroupData", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "UpdateSharedGroupData", "description": "Adds, updates, and removes data keys for a shared group object. If the permission is set to Public, all fields updated or added in this call will be readable by users not in the group. By default, data permissions are set to Private. Regardless of the permission setting, only members of the group can update the data.\n\nApi Documentation: https://api.playfab.com/Documentation/Client/method/UpdateSharedGroupData\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\"SessionTicket\" - The string returned as \"SessionTicket\" in response to any sign in operation.\n\n**The body of this api-call should be proper json-format. The api-body accepts the following case-sensitive parameters:**\n\n\"SharedGroupId\": Unique identifier for the shared group.\n\n\"Data\": Key-value pairs to be written to the custom data. Note that keys are trimmed of whitespace, are limited in size, and may not begin with a '!' character.\n\n\"KeysToRemove\": Optional list of Data-keys to remove from UserData. Some SDKs cannot insert null-values into Data due to language constraints. Use this to delete the keys directly.\n\n\"Permission\": Permission to be applied to all user data keys in this request.\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.", @@ -3438,7 +3438,7 @@ "headers": "Content-Type: application/json\nX-Authentication: {{SessionTicket}}\n", "url": "https://{{TitleId}}.playfabapi.com/Client/UpdateUserData", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "UpdateUserData", "description": "Creates and updates the title-specific custom data for the user which is readable and writable by the client\n\nApi Documentation: https://api.playfab.com/Documentation/Client/method/UpdateUserData\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\"SessionTicket\" - The string returned as \"SessionTicket\" in response to any sign in operation.\n\n**The body of this api-call should be proper json-format. The api-body accepts the following case-sensitive parameters:**\n\n\"Data\": Key-value pairs to be written to the custom data. Note that keys are trimmed of whitespace, are limited in size, and may not begin with a '!' character.\n\n\"KeysToRemove\": Optional list of Data-keys to remove from UserData. Some SDKs cannot insert null-values into Data due to language constraints. Use this to delete the keys directly.\n\n\"Permission\": Permission to be applied to all user data keys written in this request. Defaults to \"private\" if not set.\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.", @@ -3452,7 +3452,7 @@ "headers": "Content-Type: application/json\nX-Authentication: {{SessionTicket}}\n", "url": "https://{{TitleId}}.playfabapi.com/Client/UpdateUserPublisherData", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "UpdateUserPublisherData", "description": "Creates and updates the publisher-specific custom data for the user which is readable and writable by the client\n\nApi Documentation: https://api.playfab.com/Documentation/Client/method/UpdateUserPublisherData\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\"SessionTicket\" - The string returned as \"SessionTicket\" in response to any sign in operation.\n\n**The body of this api-call should be proper json-format. The api-body accepts the following case-sensitive parameters:**\n\n\"Data\": Key-value pairs to be written to the custom data. Note that keys are trimmed of whitespace, are limited in size, and may not begin with a '!' character.\n\n\"KeysToRemove\": Optional list of Data-keys to remove from UserData. Some SDKs cannot insert null-values into Data due to language constraints. Use this to delete the keys directly.\n\n\"Permission\": Permission to be applied to all user data keys written in this request. Defaults to \"private\" if not set.\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.", @@ -3466,7 +3466,7 @@ "headers": "Content-Type: application/json\nX-Authentication: {{SessionTicket}}\n", "url": "https://{{TitleId}}.playfabapi.com/Client/UpdateUserStatistics", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "UpdateUserStatistics", "description": "Updates the values of the specified title-specific statistics for the user\n\nApi Documentation: https://api.playfab.com/Documentation/Client/method/UpdateUserStatistics\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\"SessionTicket\" - The string returned as \"SessionTicket\" in response to any sign in operation.\n\n**The body of this api-call should be proper json-format. The api-body accepts the following case-sensitive parameters:**\n\n\"UserStatistics\": Statistics to be updated with the provided values.\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.", @@ -3480,7 +3480,7 @@ "headers": "Content-Type: application/json\nX-Authentication: {{SessionTicket}}\n", "url": "https://{{TitleId}}.playfabapi.com/Client/UpdateUserTitleDisplayName", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "UpdateUserTitleDisplayName", "description": "Updates the title specific display name for the user\n\nApi Documentation: https://api.playfab.com/Documentation/Client/method/UpdateUserTitleDisplayName\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\"SessionTicket\" - The string returned as \"SessionTicket\" in response to any sign in operation.\n\n**The body of this api-call should be proper json-format. The api-body accepts the following case-sensitive parameters:**\n\n\"DisplayName\": New title display name for the user - must be between 3 and 25 characters.\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.", @@ -3494,7 +3494,7 @@ "headers": "Content-Type: application/json\nX-Authentication: {{SessionTicket}}\n", "url": "https://{{TitleId}}.playfabapi.com/Client/ValidateGooglePlayPurchase", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "ValidateGooglePlayPurchase", "description": "Validates a Google Play purchase and gives the corresponding item to the player.\n\nApi Documentation: https://api.playfab.com/Documentation/Client/method/ValidateGooglePlayPurchase\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\"SessionTicket\" - The string returned as \"SessionTicket\" in response to any sign in operation.\n\n**The body of this api-call should be proper json-format. The api-body accepts the following case-sensitive parameters:**\n\n\"ReceiptJson\": Original JSON string returned by the Google Play IAB API.\n\n\"Signature\": Signature returned by the Google Play IAB API.\n\n\"CurrencyCode\": Currency used for the purchase.\n\n\"PurchasePrice\": Amount of the stated currency paid for the object.\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.", @@ -3508,7 +3508,7 @@ "headers": "Content-Type: application/json\nX-Authentication: {{SessionTicket}}\n", "url": "https://{{TitleId}}.playfabapi.com/Client/ValidateIOSReceipt", "method": "POST", - "collectionId": "PlayFabPostmanSDK-0.1.151116", + "collectionId": "PlayFabPostmanSDK-0.2.151123", "dataMode": "raw", "name": "ValidateIOSReceipt", "description": "Validates with the Apple store that the receipt for an iOS in-app purchase is valid and that it matches the purchased catalog item\n\nApi Documentation: https://api.playfab.com/Documentation/Client/method/ValidateIOSReceipt\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\"SessionTicket\" - The string returned as \"SessionTicket\" in response to any sign in operation.\n\n**The body of this api-call should be proper json-format. The api-body accepts the following case-sensitive parameters:**\n\n\"ReceiptData\": Base64 encoded receipt data, passed back by the App Store as a result of a successful purchase.\n\n\"CurrencyCode\": Currency used for the purchase.\n\n\"PurchasePrice\": Amount of the stated currency paid for the object.\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.",