Skip to content

Commit 1243ed9

Browse files
Merge master into datadog-api-spec/test/sherz/test
2 parents 14183f2 + 357841c commit 1243ed9

File tree

139 files changed

+12558
-576
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

139 files changed

+12558
-576
lines changed

.apigentools-info

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.6.6",
7-
"regenerated": "2024-10-28 18:37:42.141235",
8-
"spec_repo_commit": "b4ad1786"
7+
"regenerated": "2024-10-31 16:41:33.862946",
8+
"spec_repo_commit": "63c441b2"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-10-28 18:37:42.159728",
13-
"spec_repo_commit": "b4ad1786"
12+
"regenerated": "2024-10-31 16:41:33.881242",
13+
"spec_repo_commit": "63c441b2"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 27 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -15530,7 +15530,7 @@ components:
1553015530
$ref: '#/components/schemas/SyntheticsMobileStepParamsDirection'
1553115531
element:
1553215532
$ref: '#/components/schemas/SyntheticsMobileStepParamsElement'
15533-
enable:
15533+
enabled:
1553415534
description: Boolean to change the state of the wifi for a `toggleWiFi`
1553515535
step type.
1553615536
type: boolean
@@ -15546,8 +15546,7 @@ components:
1554615546
step type.
1554715547
type: string
1554815548
value:
15549-
description: Values used in the step. Used in multiple step types.
15550-
type: string
15549+
$ref: '#/components/schemas/SyntheticsMobileStepParamsValue'
1555115550
variable:
1555215551
$ref: '#/components/schemas/SyntheticsMobileStepParamsVariable'
1555315552
withEnter:
@@ -15556,12 +15555,12 @@ components:
1555615555
type: boolean
1555715556
x:
1555815557
description: Amount to scroll by on the `x` axis for a `scroll` step type.
15559-
format: int64
15560-
type: integer
15558+
format: double
15559+
type: number
1556115560
y:
1556215561
description: Amount to scroll by on the `y` axis for a `scroll` step type.
15563-
format: int64
15564-
type: integer
15562+
format: double
15563+
type: number
1556515564
type: object
1556615565
SyntheticsMobileStepParamsDirection:
1556715566
description: The direction of the scroll for a `scrollToElement` step type.
@@ -15615,12 +15614,12 @@ components:
1561515614
properties:
1561615615
x:
1561715616
description: The `relativePosition` on the `x` axis for the element.
15618-
format: int64
15619-
type: integer
15617+
format: double
15618+
type: number
1562015619
y:
1562115620
description: The `relativePosition` on the `y` axis for the element.
15622-
format: int64
15623-
type: integer
15621+
format: double
15622+
type: number
1562415623
type: object
1562515624
SyntheticsMobileStepParamsElementUserLocator:
1562615625
description: User locator to find the element.
@@ -15670,13 +15669,25 @@ components:
1567015669
properties:
1567115670
x:
1567215671
description: The `x` position for the flick.
15673-
format: int64
15674-
type: integer
15672+
format: double
15673+
type: number
1567515674
y:
1567615675
description: The `y` position for the flick.
15677-
format: int64
15678-
type: integer
15676+
format: double
15677+
type: number
1567915678
type: object
15679+
SyntheticsMobileStepParamsValue:
15680+
description: Values used in the step for in multiple step types.
15681+
oneOf:
15682+
- $ref: '#/components/schemas/SyntheticsMobileStepParamsValueString'
15683+
- $ref: '#/components/schemas/SyntheticsMobileStepParamsValueNumber'
15684+
SyntheticsMobileStepParamsValueNumber:
15685+
description: Value used in the step for in multiple step types.
15686+
format: int64
15687+
type: integer
15688+
SyntheticsMobileStepParamsValueString:
15689+
description: Value used in the step for in multiple step types.
15690+
type: string
1568015691
SyntheticsMobileStepParamsVariable:
1568115692
description: Variable object for `extractVariable` step type.
1568215693
properties:
@@ -23271,6 +23282,7 @@ components:
2327123282
incident_notification_settings_write: Configure Incidents Notification
2327223283
settings.
2327323284
incident_read: View incidents in Datadog.
23285+
incident_settings_read: View Incident Settings.
2327423286
incident_settings_write: Configure Incident Settings.
2327523287
incident_write: Create, view, and manage incidents in Datadog.
2327623288
metrics_read: View custom metrics.

0 commit comments

Comments
 (0)