Skip to content

Commit 075816f

Browse files
chore: revert OrganizationConfig defaults schema — internal field, not public API
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent a9887fd commit 075816f

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

docs/openapi/schemas.yaml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -370,20 +370,6 @@ CdnLogsConfig:
370370
OrganizationConfig:
371371
allOf:
372372
- $ref: '#/Config'
373-
- type: object
374-
properties:
375-
defaults:
376-
description: >
377-
Optional. Per-product default site overrides. Keys are product codes
378-
(e.g. "ASO"). Each entry pins a preferred site for resolveSite so
379-
customers are not subject to insertion-order dependence.
380-
type: object
381-
additionalProperties:
382-
type: object
383-
properties:
384-
siteId:
385-
description: The ID of the default site for this product. Set to null to clear.
386-
$ref: '#/Id'
387373
SiteConfig:
388374
allOf:
389375
- $ref: '#/Config'

0 commit comments

Comments
 (0)