Skip to content

Commit 303ad39

Browse files
author
Playfab Jenkins Bot
committed
Automated build from Jenkins
1 parent 7c06508 commit 303ad39

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

PlayFabApiTest.js

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -570,15 +570,9 @@ var PlayFabApiTests = {
570570

571571
var writeEventRequest = {
572572
// Currently, you need to look up the correct format for this object in the API-docs:
573-
// https://api.playfab.com/Documentation/Client/method/WriteEvent
573+
// https://api.playfab.com/Documentation/Client/method/WritePlayerEvent
574574
"Event": {
575-
"EventName": "forum_post_event",
576-
"EventNamespace": "com.mygame.forums",
577-
"EntityType": "player",
578-
"Timestamp": "2014-03-07T00:00:00Z", // TODO: Write a current timestamp-string in the correct format
579-
"CustomTags": {
580-
"Region": "US-East"
581-
},
575+
"EventName": "ForumPostEvent",
582576
"Subject": "My First Post",
583577
"Body": "This is my awesome post."
584578
}

0 commit comments

Comments
 (0)