action gamesparks_test_windows_phone8_notifications_using_post { label: "testWindowsPhone8Notifications" provider: gamesparks method: POST path: "/restv2/game/{apiKey}/admin/pushNotifications/test/microsoft/windowsPhone8" encoding: json input: { type: "object" properties: { apiKey: { type: "string" } } required: ["apiKey"] additionalProperties: false } output: { type: "object" additionalProperties: true } }