Skip to content

Commit 694723a

Browse files
SDCD-1727: removing 1 hour time restriction for finished_at (#2826)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com> 4cf2076
1 parent 73d64a0 commit 694723a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datadog_api_client.v2.model.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38741,7 +38741,7 @@ <h2 id="submodules">Submodules<a class="headerlink" href="#submodules" title="Li
3874138741
<dd class="field-odd"><ul class="simple">
3874238742
<li><p><strong>custom_tags</strong> (<em>[</em><em>str</em><em>]</em><em>, </em><em>none_type</em><em>, </em><em>optional</em>) – A list of user-defined tags. The tags must follow the <code class="docutils literal notranslate"><span class="pre">key:value</span></code> pattern. Up to 100 may be added per event.</p></li>
3874338743
<li><p><strong>env</strong> (<em>str</em><em>, </em><em>optional</em>) – Environment name that was impacted by the failure.</p></li>
38744-
<li><p><strong>finished_at</strong> (<em>int</em><em>, </em><em>optional</em>) – Unix timestamp when the failure finished. It must be in nanoseconds, milliseconds, or seconds, and it should not be older than 1 hour.</p></li>
38744+
<li><p><strong>finished_at</strong> (<em>int</em><em>, </em><em>optional</em>) – Unix timestamp when the failure finished. It must be in nanoseconds, milliseconds, or seconds.</p></li>
3874538745
<li><p><strong>git</strong> (<a class="reference internal" href="#datadog_api_client.v2.model.dora_git_info.DORAGitInfo" title="datadog_api_client.v2.model.dora_git_info.DORAGitInfo"><em>DORAGitInfo</em></a><em>, </em><em>optional</em>) – Git info for DORA Metrics events.</p></li>
3874638746
<li><p><strong>id</strong> (<em>str</em><em>, </em><em>optional</em>) – Failure ID. Must have at least 16 characters. Required to update a previously sent failure.</p></li>
3874738747
<li><p><strong>name</strong> (<em>str</em><em>, </em><em>optional</em>) – Failure name.</p></li>

0 commit comments

Comments
 (0)