We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b283e29 commit b015af5Copy full SHA for b015af5
PlayFabApiTest.js
@@ -572,8 +572,10 @@ var PlayFabApiTests = {
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
"EventName": "ForumPostEvent",
575
- "Subject": "My First Post",
576
- "Body": "This is my awesome post."
+ "Body": {
+ "Subject": "My First Post",
577
+ "Body": "This is my awesome post."
578
+ }
579
};
580
581
var writeEventCallback = function (result, error) {
0 commit comments