action gamesparks_revert_snapshot_using_post { label: "revertSnapshot" provider: gamesparks method: POST path: "/restv2/game/{apiKey}/manage/snapshots/{snapshotId}/revert" encoding: json input: { type: "object" properties: { apiKey: { type: "string" } snapshotId: { type: "string" } } required: ["apiKey", "snapshotId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }