You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Transformations applied to matching egress requests before forwarding.
306
+
properties:
307
+
headers:
308
+
type: object
309
+
description: >
310
+
HTTP headers to inject or override in matching requests.
311
+
An existing header with the same name is replaced. Values are plain strings;
312
+
secret resolution happens client-side before sending to the API.
313
+
additionalProperties:
314
+
type: string
285
315
286
316
SandboxAutoResumeEnabled:
287
317
type: boolean
@@ -2372,7 +2402,7 @@ paths:
2372
2402
2373
2403
/sandboxes/{sandboxID}/network:
2374
2404
put:
2375
-
description: Update the network configuration for a running sandbox. Replaces the current egress rules with the provided configuration. Omitting both fields clears all egress rules.
2405
+
description: Update the network configuration for a running sandbox. Replaces the current egress rules with the provided configuration. Omitting field clears it.
2376
2406
security:
2377
2407
- ApiKeyAuth: []
2378
2408
- Supabase1TokenAuth: []
@@ -2395,6 +2425,13 @@ paths:
2395
2425
description: List of denied CIDR blocks or IP addresses for egress traffic. Domain names are not supported for deny rules.
2396
2426
items:
2397
2427
type: string
2428
+
rules:
2429
+
type: object
2430
+
description: Per-domain transform rules. Replaces all existing rules when provided.
0 commit comments