Skip to content

Commit b015af5

Browse files
author
Playfab Jenkins Bot
committed
Automated build from Jenkins
1 parent b283e29 commit b015af5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

PlayFabApiTest.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -572,8 +572,10 @@ var PlayFabApiTests = {
572572
// Currently, you need to look up the correct format for this object in the API-docs:
573573
// https://api.playfab.com/Documentation/Client/method/WritePlayerEvent
574574
"EventName": "ForumPostEvent",
575-
"Subject": "My First Post",
576-
"Body": "This is my awesome post."
575+
"Body": {
576+
"Subject": "My First Post",
577+
"Body": "This is my awesome post."
578+
}
577579
};
578580

579581
var writeEventCallback = function (result, error) {

0 commit comments

Comments
 (0)