diff --git a/.apigentools-info b/.apigentools-info index 8101eff02630..95e58b289553 100644 --- a/.apigentools-info +++ b/.apigentools-info @@ -4,13 +4,13 @@ "spec_versions": { "v1": { "apigentools_version": "1.6.4", - "regenerated": "2023-06-16 17:50:44.503416", - "spec_repo_commit": "15c4b13f" + "regenerated": "2023-06-19 06:15:29.794974", + "spec_repo_commit": "2ee8c2d8" }, "v2": { "apigentools_version": "1.6.4", - "regenerated": "2023-06-16 17:50:44.516638", - "spec_repo_commit": "15c4b13f" + "regenerated": "2023-06-19 06:15:29.808106", + "spec_repo_commit": "2ee8c2d8" } } } \ No newline at end of file diff --git a/.generator/schemas/v2/openapi.yaml b/.generator/schemas/v2/openapi.yaml index 231cd373de86..109716a99ac3 100644 --- a/.generator/schemas/v2/openapi.yaml +++ b/.generator/schemas/v2/openapi.yaml @@ -16446,7 +16446,10 @@ paths: x-permission: OR(USER_ACCESS_MANAGE) /api/v2/ci/pipeline: post: - description: Send your pipeline event to your Datadog platform over HTTP. + description: 'Send your pipeline event to your Datadog platform over HTTP. + + + This API endpoint is in private beta.' operationId: CreateCIAppPipelineEvent requestBody: content: @@ -16544,7 +16547,7 @@ paths: /api/v2/ci/pipelines/events: get: description: 'List endpoint returns CI Visibility pipeline events that match - a log search query. + a [log search query](https://docs.datadoghq.com/logs/explorer/search_syntax/). [Results are paginated similarly to logs](https://docs.datadoghq.com/logs/guide/collect-multiple-logs-with-pagination). @@ -16623,7 +16626,7 @@ paths: /api/v2/ci/pipelines/events/search: post: description: 'List endpoint returns CI Visibility pipeline events that match - a log search query. + a [log search query](https://docs.datadoghq.com/logs/explorer/search_syntax/). [Results are paginated similarly to logs](https://docs.datadoghq.com/logs/guide/collect-multiple-logs-with-pagination). @@ -16688,8 +16691,8 @@ paths: x-codegen-request-body-name: body /api/v2/ci/tests/events: get: - description: 'List endpoint returns CI Visibility test events that match a log - search query. + description: 'List endpoint returns CI Visibility test events that match a [log + search query](https://docs.datadoghq.com/logs/explorer/search_syntax/). [Results are paginated similarly to logs](https://docs.datadoghq.com/logs/guide/collect-multiple-logs-with-pagination). @@ -16767,8 +16770,8 @@ paths: resultsPath: data /api/v2/ci/tests/events/search: post: - description: 'List endpoint returns CI Visibility test events that match a log - search query. + description: 'List endpoint returns CI Visibility test events that match a [log + search query](https://docs.datadoghq.com/logs/explorer/search_syntax/). [Results are paginated similarly to logs](https://docs.datadoghq.com/logs/guide/collect-multiple-logs-with-pagination). diff --git a/packages/datadog-api-client-v2/apis/CIVisibilityPipelinesApi.ts b/packages/datadog-api-client-v2/apis/CIVisibilityPipelinesApi.ts index 0e718481679a..f30356c740b4 100644 --- a/packages/datadog-api-client-v2/apis/CIVisibilityPipelinesApi.ts +++ b/packages/datadog-api-client-v2/apis/CIVisibilityPipelinesApi.ts @@ -572,6 +572,8 @@ export class CIVisibilityPipelinesApi { /** * Send your pipeline event to your Datadog platform over HTTP. + * + * This API endpoint is in private beta. * @param param The request object */ public createCIAppPipelineEvent( @@ -594,7 +596,7 @@ export class CIVisibilityPipelinesApi { } /** - * List endpoint returns CI Visibility pipeline events that match a log search query. + * List endpoint returns CI Visibility pipeline events that match a [log search query](https://docs.datadoghq.com/logs/explorer/search_syntax/). * [Results are paginated similarly to logs](https://docs.datadoghq.com/logs/guide/collect-multiple-logs-with-pagination). * * Use this endpoint to see your latest pipeline events. @@ -682,7 +684,7 @@ export class CIVisibilityPipelinesApi { } /** - * List endpoint returns CI Visibility pipeline events that match a log search query. + * List endpoint returns CI Visibility pipeline events that match a [log search query](https://docs.datadoghq.com/logs/explorer/search_syntax/). * [Results are paginated similarly to logs](https://docs.datadoghq.com/logs/guide/collect-multiple-logs-with-pagination). * * Use this endpoint to build complex events filtering and search. diff --git a/packages/datadog-api-client-v2/apis/CIVisibilityTestsApi.ts b/packages/datadog-api-client-v2/apis/CIVisibilityTestsApi.ts index 532385ac2f02..9c77f33054a6 100644 --- a/packages/datadog-api-client-v2/apis/CIVisibilityTestsApi.ts +++ b/packages/datadog-api-client-v2/apis/CIVisibilityTestsApi.ts @@ -454,7 +454,7 @@ export class CIVisibilityTestsApi { } /** - * List endpoint returns CI Visibility test events that match a log search query. + * List endpoint returns CI Visibility test events that match a [log search query](https://docs.datadoghq.com/logs/explorer/search_syntax/). * [Results are paginated similarly to logs](https://docs.datadoghq.com/logs/guide/collect-multiple-logs-with-pagination). * * Use this endpoint to see your latest test events. @@ -540,7 +540,7 @@ export class CIVisibilityTestsApi { } /** - * List endpoint returns CI Visibility test events that match a log search query. + * List endpoint returns CI Visibility test events that match a [log search query](https://docs.datadoghq.com/logs/explorer/search_syntax/). * [Results are paginated similarly to logs](https://docs.datadoghq.com/logs/guide/collect-multiple-logs-with-pagination). * * Use this endpoint to build complex events filtering and search.