@@ -13717,8 +13717,7 @@ components:
1371713717 type: string
1371813718 finished_at:
1371913719 description: Unix timestamp when the deployment finished. It must be in
13720- nanoseconds, milliseconds, or seconds, and it should not be older than
13721- 1 hour.
13720+ nanoseconds, milliseconds, or seconds.
1372213721 example: 1693491984000000000
1372313722 format: int64
1372413723 type: integer
@@ -57663,8 +57662,7 @@ paths:
5766357662 - manage_log_reports
5766457663 /api/v2/dora/deployment:
5766557664 post:
57666- description: 'Use this API endpoint to provide data about deployments for DORA
57667- metrics.
57665+ description: 'Use this API endpoint to provide deployment data.
5766857666
5766957667
5767057668 This is necessary for:
@@ -57706,7 +57704,7 @@ paths:
5770657704 $ref: '#/components/responses/TooManyRequestsResponse'
5770757705 security:
5770857706 - apiKeyAuth: []
57709- summary: Send a deployment event for DORA Metrics
57707+ summary: Send a deployment event
5771057708 tags:
5771157709 - DORA Metrics
5771257710 x-codegen-request-body-name: body
@@ -57823,7 +57821,7 @@ paths:
5782357821 - dora_metrics_read
5782457822 /api/v2/dora/failure:
5782557823 post:
57826- description: 'Use this API endpoint to provide failure data for DORA metrics .
57824+ description: 'Use this API endpoint to provide failure data.
5782757825
5782857826
5782957827 This is necessary for:
@@ -57863,7 +57861,7 @@ paths:
5786357861 $ref: '#/components/responses/TooManyRequestsResponse'
5786457862 security:
5786557863 - apiKeyAuth: []
57866- summary: Send a failure event for DORA Metrics
57864+ summary: Send a failure event
5786757865 tags:
5786857866 - DORA Metrics
5786957867 x-codegen-request-body-name: body
@@ -57985,7 +57983,7 @@ paths:
5798557983 instead.
5798657984
5798757985
57988- Use this API endpoint to provide failure data for DORA metrics .
57986+ Use this API endpoint to provide failure data.
5798957987
5799057988
5799157989 This is necessary for:
@@ -58025,7 +58023,7 @@ paths:
5802558023 $ref: '#/components/responses/TooManyRequestsResponse'
5802658024 security:
5802758025 - apiKeyAuth: []
58028- summary: Send an incident event for DORA Metrics
58026+ summary: Send an incident event
5802958027 tags:
5803058028 - DORA Metrics
5803158029 x-codegen-request-body-name: body
0 commit comments