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