chore(docs): update PostDBRP docs to reflect mutual exclusive requirement of org vs orgID (#19802)
parent
ce00f0d226
commit
3b7cb529dc
|
@ -11704,12 +11704,7 @@ components:
|
||||||
type: string
|
type: string
|
||||||
enum: ["slack", "pagerduty", "http", "telegram"]
|
enum: ["slack", "pagerduty", "http", "telegram"]
|
||||||
DBRP:
|
DBRP:
|
||||||
required:
|
type: object
|
||||||
- orgID
|
|
||||||
- org
|
|
||||||
- bucketID
|
|
||||||
- database
|
|
||||||
- retention_policy
|
|
||||||
properties:
|
properties:
|
||||||
id:
|
id:
|
||||||
type: string
|
type: string
|
||||||
|
@ -11735,6 +11730,17 @@ components:
|
||||||
description: Specify if this mapping represents the default retention policy for the database specificed.
|
description: Specify if this mapping represents the default retention policy for the database specificed.
|
||||||
links:
|
links:
|
||||||
$ref: "#/components/schemas/Links"
|
$ref: "#/components/schemas/Links"
|
||||||
|
oneOf:
|
||||||
|
- required:
|
||||||
|
- orgID
|
||||||
|
- bucketID
|
||||||
|
- database
|
||||||
|
- retention_policy
|
||||||
|
- required:
|
||||||
|
- org
|
||||||
|
- bucketID
|
||||||
|
- database
|
||||||
|
- retention_policy
|
||||||
DBRPs:
|
DBRPs:
|
||||||
properties:
|
properties:
|
||||||
notificationEndpoints:
|
notificationEndpoints:
|
||||||
|
|
Loading…
Reference in New Issue