We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 303ad39 commit b283e29Copy full SHA for b283e29
PlayFabApiTest.js
@@ -571,11 +571,9 @@ var PlayFabApiTests = {
571
var writeEventRequest = {
572
// Currently, you need to look up the correct format for this object in the API-docs:
573
// https://api.playfab.com/Documentation/Client/method/WritePlayerEvent
574
- "Event": {
575
- "EventName": "ForumPostEvent",
576
- "Subject": "My First Post",
577
- "Body": "This is my awesome post."
578
- }
+ "EventName": "ForumPostEvent",
+ "Subject": "My First Post",
+ "Body": "This is my awesome post."
579
};
580
581
var writeEventCallback = function (result, error) {
0 commit comments