We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9ec1a7 commit 04381a0Copy full SHA for 04381a0
1 file changed
src/Sandboxes.ts
@@ -397,7 +397,7 @@ function mapPrivacyForApi(privacy: SandboxPrivacy): {
397
case "unlisted":
398
return { mappedPrivacy: 1 }; // Keep as unlisted
399
case "private":
400
- return { mappedPrivacy: 2 }; // Keep as private
+ return { mappedPrivacy: 2, privatePreview: true }; // Keep as private
401
case "public":
402
return { mappedPrivacy: 1 }; // Map to unlisted
403
case "public-hosts":
0 commit comments