Skip to content

Commit 8981eba

Browse files
Modifies the tests and cassettes to avoid invalid indexes (#2305)
Co-authored-by: ci.datadog-api-spec <[email protected]> b65221d
1 parent 424ae55 commit 8981eba

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

datadog_api_client.v2.api.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3726,7 +3726,7 @@ <h2 id="submodules">Submodules<a class="headerlink" href="#submodules" title="Li
37263726
<dt class="sig sig-object py" id="datadog_api_client.v2.api.data_deletion_api.DataDeletionApi.create_data_deletion_request">
37273727
<span class="sig-name descname"><span class="pre">create_data_deletion_request</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">product</span></span><span class="p"><span class="pre">:</span></span><span class="w"> </span><span class="n"><span class="pre">str</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">body</span></span><span class="p"><span class="pre">:</span></span><span class="w"> </span><span class="n"><a class="reference internal" href="datadog_api_client.v2.model.html#datadog_api_client.v2.model.create_data_deletion_request_body.CreateDataDeletionRequestBody" title="datadog_api_client.v2.model.create_data_deletion_request_body.CreateDataDeletionRequestBody"><span class="pre">CreateDataDeletionRequestBody</span></a></span></em><span class="sig-paren">)</span> <span class="sig-return"><span class="sig-return-icon">→</span> <span class="sig-return-typehint"><a class="reference internal" href="datadog_api_client.v2.model.html#datadog_api_client.v2.model.create_data_deletion_response_body.CreateDataDeletionResponseBody" title="datadog_api_client.v2.model.create_data_deletion_response_body.CreateDataDeletionResponseBody"><span class="pre">CreateDataDeletionResponseBody</span></a></span></span><a class="headerlink" href="#datadog_api_client.v2.api.data_deletion_api.DataDeletionApi.create_data_deletion_request" title="Link to this definition">¶</a></dt>
37283728
<dd><p>Creates a data deletion request.</p>
3729-
<p>Creates a data deletion request by providing a query and a time frame targeting the proper data.</p>
3729+
<p>Creates a data deletion request by providing a query and a timeframe targeting the proper data.</p>
37303730
<dl class="field-list simple">
37313731
<dt class="field-odd">Parameters<span class="colon">:</span></dt>
37323732
<dd class="field-odd"><p><strong>product</strong> (<em>str</em>) – Name of the product to be deleted, either <code class="docutils literal notranslate"><span class="pre">logs</span></code> or <code class="docutils literal notranslate"><span class="pre">rum</span></code>.</p>

datadog_api_client.v2.model.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19875,7 +19875,7 @@ <h2 id="submodules">Submodules<a class="headerlink" href="#submodules" title="Li
1987519875
<li><p><strong>created_by</strong> (<em>str</em>) – User who created the deletion request.</p></li>
1987619876
<li><p><strong>from_time</strong> (<em>int</em>) – Start of requested time window, milliseconds since Unix epoch.</p></li>
1987719877
<li><p><strong>indexes</strong> (<em>[</em><em>str</em><em>]</em><em>, </em><em>optional</em>) – List of indexes for the search. If not provided, the search is performed in all indexes.</p></li>
19878-
<li><p><strong>is_created</strong> (<em>bool</em>) – Whether the deletion request is fully created or not.</p></li>
19878+
<li><p><strong>is_created</strong> (<em>bool</em>) – Whether the deletion request is fully created or not. It can take several minutes to fully create a deletion request depending on the target query and timeframe.</p></li>
1987919879
<li><p><strong>org_id</strong> (<em>int</em>) – Organization ID.</p></li>
1988019880
<li><p><strong>product</strong> (<em>str</em>) – Product name.</p></li>
1988119881
<li><p><strong>query</strong> (<em>str</em>) – Query for creating a data deletion request.</p></li>

searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)