method WorkspaceService.setWorkspaceEncryptionKeyimport { WorkspaceService } from "https://dotland.deno.dev/x/windmill@v1.415.1/windmill-api/services/WorkspaceService.ts"; setWorkspaceEncryptionKey(unnamed 0: { workspace: string; requestBody: { new_key: string; skip_reencrypt?: boolean; }; }): CancelablePromise<string>update the encryption key for this workspace Parametersunnamed 0: { workspace: string; requestBody: { new_key: string; skip_reencrypt?: boolean; }; }ReturnsCancelablePromise<string>string status