File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed
Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments