Skip to content

Commit 3ed9bf3

Browse files
Post an event v2 API - add a new enum value to links.category field and add pattern validation on changed_resource.name field (#3185)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com> dfd8a87
1 parent 54db81f commit 3ed9bf3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

datadog_api_client.v2.model.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27592,7 +27592,7 @@ <h2 id="submodules">Submodules<a class="headerlink" href="#submodules" title="Li
2759227592
<dl class="field-list simple">
2759327593
<dt class="field-odd">Parameters<span class="colon">:</span></dt>
2759427594
<dd class="field-odd"><ul class="simple">
27595-
<li><p><strong>value</strong> (<em>str</em>) – Must be one of [“runbook”, “documentation”, “dashboard”].</p></li>
27595+
<li><p><strong>value</strong> (<em>str</em>) – Must be one of [“runbook”, “documentation”, “dashboard”, “resource”].</p></li>
2759627596
<li><p><strong>_check_type</strong> (<em>bool</em>) – If True, values for parameters in openapi_types
2759727597
will be type checked and a TypeError will be raised if the wrong type is input.
2759827598
Defaults to True.</p></li>
@@ -38195,7 +38195,7 @@ <h2 id="submodules">Submodules<a class="headerlink" href="#submodules" title="Li
3819538195
<dl class="field-list simple">
3819638196
<dt class="field-odd">Parameters<span class="colon">:</span></dt>
3819738197
<dd class="field-odd"><ul class="simple">
38198-
<li><p><strong>name</strong> (<em>str</em>) – The name of the resource that was changed. Limited to 128 characters.</p></li>
38198+
<li><p><strong>name</strong> (<em>str</em>) – The name of the resource that was changed. Limited to 128 characters. Must contain at least one non-whitespace character.</p></li>
3819938199
<li><p><strong>type</strong> (<a class="reference internal" href="#datadog_api_client.v2.model.change_event_custom_attributes_changed_resource_type.ChangeEventCustomAttributesChangedResourceType" title="datadog_api_client.v2.model.change_event_custom_attributes_changed_resource_type.ChangeEventCustomAttributesChangedResourceType"><em>ChangeEventCustomAttributesChangedResourceType</em></a>) – The type of the resource that was changed.</p></li>
3820038200
</ul>
3820138201
</dd>

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)