From d8f066f33e9f6bc6f78e6f9feac3382df3b129d1 Mon Sep 17 00:00:00 2001 From: Playfab Jenkins Bot Date: Wed, 23 Dec 2015 17:40:32 +0000 Subject: [PATCH] Automated build from Jenkins --- playfab.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/playfab.json b/playfab.json index 8bcc9a0..f895c53 100644 --- a/playfab.json +++ b/playfab.json @@ -1872,7 +1872,7 @@ "collectionId": "PlayFabPostmanSDK-0.4.151210", "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.", + "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 toxic 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.", "descriptionFormat": "html", "currentHelper": "normal", "folder": "PlayFabPostmanSDK-serverFolder", @@ -2573,7 +2573,7 @@ "collectionId": "PlayFabPostmanSDK-0.4.151210", "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://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.", + "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\": The Photon applicationId for the game you wish to log into.\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", @@ -3105,7 +3105,7 @@ "collectionId": "PlayFabPostmanSDK-0.4.151210", "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.", + "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\": Deprecated - unused\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", @@ -3385,7 +3385,7 @@ "collectionId": "PlayFabPostmanSDK-0.4.151210", "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.", + "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\": Deprecated - unused\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",