Skip to content

Commit f92bf1b

Browse files
committed
Add text field in synthetics search endpoint (DataDog#2558)
Co-authored-by: ci.datadog-api-spec <[email protected]> 686e823
1 parent 1b42949 commit f92bf1b

File tree

64 files changed

+76
-64
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+76
-64
lines changed

DatadogAPIClient.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ <h3 class="signature first" id="configure-class_method">
250250
</div>
251251

252252
<div id="footer">
253-
Generated on Wed Jul 23 01:56:57 2025 by
253+
Generated on Wed Jul 23 17:11:28 2025 by
254254
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
255255
0.9.37 (ruby-2.7.8).
256256
</div>

DatadogAPIClient/Configuration.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4732,7 +4732,7 @@ <h3 class="signature " id="server_url-instance_method">
47324732
</div>
47334733

47344734
<div id="footer">
4735-
Generated on Wed Jul 23 01:56:58 2025 by
4735+
Generated on Wed Jul 23 17:11:30 2025 by
47364736
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
47374737
0.9.37 (ruby-2.7.8).
47384738
</div>

DatadogAPIClient/DatadogAPIClientInflector.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7535,7 +7535,7 @@ <h3 class="signature " id="overrides-instance_method">
75357535
</div>
75367536

75377537
<div id="footer">
7538-
Generated on Wed Jul 23 01:56:58 2025 by
7538+
Generated on Wed Jul 23 17:11:30 2025 by
75397539
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
75407540
0.9.37 (ruby-2.7.8).
75417541
</div>

DatadogAPIClient/UnparsedObject.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ <h3 class="signature first" id="to_hash-instance_method">
329329
</div>
330330

331331
<div id="footer">
332-
Generated on Wed Jul 23 01:56:58 2025 by
332+
Generated on Wed Jul 23 17:11:30 2025 by
333333
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
334334
0.9.37 (ruby-2.7.8).
335335
</div>

DatadogAPIClient/V1.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ <h1 id="collection-of-all-datadog-public-endpoints">Collection of all Datadog Pu
129129
</div>
130130

131131
<div id="footer">
132-
Generated on Wed Jul 23 01:56:57 2025 by
132+
Generated on Wed Jul 23 17:11:28 2025 by
133133
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
134134
0.9.37 (ruby-2.7.8).
135135
</div>

DatadogAPIClient/V1/LogsAPI.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -929,7 +929,7 @@ <h3 class="signature " id="submit_log_with_http_info-instance_method">
929929
</div>
930930

931931
<div id="footer">
932-
Generated on Wed Jul 23 01:56:58 2025 by
932+
Generated on Wed Jul 23 17:11:30 2025 by
933933
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
934934
0.9.37 (ruby-2.7.8).
935935
</div>

DatadogAPIClient/V1/LogsIndexesAPI.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2245,7 +2245,7 @@ <h3 class="signature " id="update_logs_index_with_http_info-instance_method">
22452245
</div>
22462246

22472247
<div id="footer">
2248-
Generated on Wed Jul 23 01:57:00 2025 by
2248+
Generated on Wed Jul 23 17:11:31 2025 by
22492249
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
22502250
0.9.37 (ruby-2.7.8).
22512251
</div>

DatadogAPIClient/V1/SyntheticsAPI.html

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8359,6 +8359,18 @@ <h3 class="signature " id="search_tests_with_http_info-instance_method">
83598359
<p class="tag_title">Options Hash (<tt>opts</tt>):</p>
83608360
<ul class="option">
83618361

8362+
<li>
8363+
<span class="name">:text</span>
8364+
<span class="type">(<tt>String</tt>)</span>
8365+
<span class="default">
8366+
8367+
</span>
8368+
8369+
&mdash; <div class='inline'><p>The search query.</p>
8370+
</div>
8371+
8372+
</li>
8373+
83628374
<li>
83638375
<span class="name">:include_full_config</span>
83648376
<span class="type">(<tt>Boolean</tt>)</span>
@@ -10369,7 +10381,7 @@ <h3 class="signature " id="update_test_pause_status_with_http_info-instance_meth
1036910381
</div>
1037010382

1037110383
<div id="footer">
10372-
Generated on Wed Jul 23 01:56:59 2025 by
10384+
Generated on Wed Jul 23 17:11:31 2025 by
1037310385
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1037410386
0.9.37 (ruby-2.7.8).
1037510387
</div>

DatadogAPIClient/V1/SyntheticsTestOptions.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1932,7 +1932,7 @@ <h3 class="signature " id="tick_every-instance_method">
19321932
</div>
19331933

19341934
<div id="footer">
1935-
Generated on Wed Jul 23 01:57:01 2025 by
1935+
Generated on Wed Jul 23 17:11:32 2025 by
19361936
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
19371937
0.9.37 (ruby-2.7.8).
19381938
</div>

DatadogAPIClient/V1/SyntheticsTestRequest.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2531,7 +2531,7 @@ <h3 class="signature " id="url-instance_method">
25312531
</div>
25322532

25332533
<div id="footer">
2534-
Generated on Wed Jul 23 01:57:01 2025 by
2534+
Generated on Wed Jul 23 17:11:32 2025 by
25352535
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
25362536
0.9.37 (ruby-2.7.8).
25372537
</div>

0 commit comments

Comments
 (0)