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