Skip to content

Commit

Permalink
Change request/response section IDs
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshMock committed Nov 20, 2024
1 parent 54bde38 commit 782c054
Show file tree
Hide file tree
Showing 476 changed files with 952 additions and 952 deletions.
4 changes: 2 additions & 2 deletions docs/reference-async_search-delete.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Delete an async search. If the asynchronous search is still running, it is cance
----

[discrete]
==== AsyncSearchDeleteRequest
==== Request

[pass]
++++
Expand All @@ -57,7 +57,7 @@ interface AsyncSearchDeleteRequest extends <<RequestBase>> {
</pre>
++++
[discrete]
==== AsyncSearchDeleteResponse
==== Response

[pass]
++++
Expand Down
4 changes: 2 additions & 2 deletions docs/reference-async_search-get.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Get async search results. Retrieve the results of a previously submitted asynchr
----

[discrete]
==== AsyncSearchGetRequest
==== Request

[pass]
++++
Expand All @@ -60,7 +60,7 @@ interface AsyncSearchGetRequest extends <<RequestBase>> {
</pre>
++++
[discrete]
==== AsyncSearchGetResponse
==== Response

[pass]
++++
Expand Down
4 changes: 2 additions & 2 deletions docs/reference-async_search-status.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Get the async search status. Get the status of a previously submitted async sear
----

[discrete]
==== AsyncSearchStatusRequest
==== Request

[pass]
++++
Expand All @@ -57,7 +57,7 @@ interface AsyncSearchStatusRequest extends <<RequestBase>> {
</pre>
++++
[discrete]
==== AsyncSearchStatusResponse
==== Response

[pass]
++++
Expand Down
4 changes: 2 additions & 2 deletions docs/reference-async_search-submit.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Run an async search. When the primary sort of the results is an indexed field, s
----

[discrete]
==== AsyncSearchSubmitRequest
==== Request

[pass]
++++
Expand Down Expand Up @@ -123,7 +123,7 @@ interface AsyncSearchSubmitRequest extends <<RequestBase>> {
</pre>
++++
[discrete]
==== AsyncSearchSubmitResponse
==== Response

[pass]
++++
Expand Down
4 changes: 2 additions & 2 deletions docs/reference-autoscaling-delete_autoscaling_policy.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Delete an autoscaling policy. NOTE: This feature is designed for indirect use by
----

[discrete]
==== AutoscalingDeleteAutoscalingPolicyRequest
==== Request

[pass]
++++
Expand All @@ -57,7 +57,7 @@ interface AutoscalingDeleteAutoscalingPolicyRequest extends <<RequestBase>> {
</pre>
++++
[discrete]
==== AutoscalingDeleteAutoscalingPolicyResponse
==== Response

[pass]
++++
Expand Down
4 changes: 2 additions & 2 deletions docs/reference-autoscaling-get_autoscaling_capacity.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Get the autoscaling capacity. NOTE: This feature is designed for indirect use by
----

[discrete]
==== AutoscalingGetAutoscalingCapacityRequest
==== Request

[pass]
++++
Expand All @@ -56,7 +56,7 @@ interface AutoscalingGetAutoscalingCapacityRequest extends <<RequestBase>> {
</pre>
++++
[discrete]
==== AutoscalingGetAutoscalingCapacityResponse
==== Response

[pass]
++++
Expand Down
4 changes: 2 additions & 2 deletions docs/reference-autoscaling-get_autoscaling_policy.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Get an autoscaling policy. NOTE: This feature is designed for indirect use by El
----

[discrete]
==== AutoscalingGetAutoscalingPolicyRequest
==== Request

[pass]
++++
Expand All @@ -57,7 +57,7 @@ interface AutoscalingGetAutoscalingPolicyRequest extends <<RequestBase>> {
</pre>
++++
[discrete]
==== AutoscalingGetAutoscalingPolicyResponse
==== Response

[pass]
++++
Expand Down
4 changes: 2 additions & 2 deletions docs/reference-autoscaling-put_autoscaling_policy.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Create or update an autoscaling policy. NOTE: This feature is designed for indir
----

[discrete]
==== AutoscalingPutAutoscalingPolicyRequest
==== Request

[pass]
++++
Expand All @@ -58,7 +58,7 @@ interface AutoscalingPutAutoscalingPolicyRequest extends <<RequestBase>> {
</pre>
++++
[discrete]
==== AutoscalingPutAutoscalingPolicyResponse
==== Response

[pass]
++++
Expand Down
4 changes: 2 additions & 2 deletions docs/reference-bulk.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Bulk index or delete documents. Performs multiple indexing or delete operations
----

[discrete]
==== BulkRequest
==== Request

[pass]
++++
Expand All @@ -67,7 +67,7 @@ interface BulkRequest<TDocument = unknown, TPartialDocument = unknown> extends <
</pre>
++++
[discrete]
==== BulkResponse
==== Response

[pass]
++++
Expand Down
4 changes: 2 additions & 2 deletions docs/reference-cat-aliases.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Get aliases. Retrieves the cluster’s index aliases, including filter and routi
----

[discrete]
==== CatAliasesRequest
==== Request

[pass]
++++
Expand All @@ -58,7 +58,7 @@ interface CatAliasesRequest extends <<CatCatRequestBase>> {
</pre>
++++
[discrete]
==== CatAliasesResponse
==== Response

[pass]
++++
Expand Down
4 changes: 2 additions & 2 deletions docs/reference-cat-allocation.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Provides a snapshot of the number of shards allocated to each data node and thei
----

[discrete]
==== CatAllocationRequest
==== Request

[pass]
++++
Expand All @@ -58,7 +58,7 @@ interface CatAllocationRequest extends <<CatCatRequestBase>> {
</pre>
++++
[discrete]
==== CatAllocationResponse
==== Response

[pass]
++++
Expand Down
4 changes: 2 additions & 2 deletions docs/reference-cat-component_templates.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Get component templates. Returns information about component templates in a clus
----

[discrete]
==== CatComponentTemplatesRequest
==== Request

[pass]
++++
Expand All @@ -57,7 +57,7 @@ interface CatComponentTemplatesRequest extends <<CatCatRequestBase>> {
</pre>
++++
[discrete]
==== CatComponentTemplatesResponse
==== Response

[pass]
++++
Expand Down
4 changes: 2 additions & 2 deletions docs/reference-cat-count.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Get a document count. Provides quick access to a document count for a data strea
----

[discrete]
==== CatCountRequest
==== Request

[pass]
++++
Expand All @@ -57,7 +57,7 @@ interface CatCountRequest extends <<CatCatRequestBase>> {
</pre>
++++
[discrete]
==== CatCountResponse
==== Response

[pass]
++++
Expand Down
4 changes: 2 additions & 2 deletions docs/reference-cat-fielddata.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Returns the amount of heap memory currently used by the field data cache on ever
----

[discrete]
==== CatFielddataRequest
==== Request

[pass]
++++
Expand All @@ -58,7 +58,7 @@ interface CatFielddataRequest extends <<CatCatRequestBase>> {
</pre>
++++
[discrete]
==== CatFielddataResponse
==== Response

[pass]
++++
Expand Down
4 changes: 2 additions & 2 deletions docs/reference-cat-health.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Returns the health status of a cluster, similar to the cluster health API. IMPOR
----

[discrete]
==== CatHealthRequest
==== Request

[pass]
++++
Expand All @@ -58,7 +58,7 @@ interface CatHealthRequest extends <<CatCatRequestBase>> {
</pre>
++++
[discrete]
==== CatHealthResponse
==== Response

[pass]
++++
Expand Down
4 changes: 2 additions & 2 deletions docs/reference-cat-help.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Get CAT help. Returns help for the CAT APIs.
----

[discrete]
==== CatHelpRequest
==== Request

[pass]
++++
Expand All @@ -56,7 +56,7 @@ interface CatHelpRequest extends <<CatCatRequestBase>> {
</pre>
++++
[discrete]
==== CatHelpResponse
==== Response

[pass]
++++
Expand Down
4 changes: 2 additions & 2 deletions docs/reference-cat-indices.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Get index information. Returns high-level information about indices in a cluster
----

[discrete]
==== CatIndicesRequest
==== Request

[pass]
++++
Expand All @@ -63,7 +63,7 @@ interface CatIndicesRequest extends <<CatCatRequestBase>> {
</pre>
++++
[discrete]
==== CatIndicesResponse
==== Response

[pass]
++++
Expand Down
4 changes: 2 additions & 2 deletions docs/reference-cat-master.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Returns information about the master node, including the ID, bound IP address, a
----

[discrete]
==== CatMasterRequest
==== Request

[pass]
++++
Expand All @@ -56,7 +56,7 @@ interface CatMasterRequest extends <<CatCatRequestBase>> {
</pre>
++++
[discrete]
==== CatMasterResponse
==== Response

[pass]
++++
Expand Down
4 changes: 2 additions & 2 deletions docs/reference-cat-ml_data_frame_analytics.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Get data frame analytics jobs. Returns configuration and usage information about
----

[discrete]
==== CatMlDataFrameAnalyticsRequest
==== Request

[pass]
++++
Expand All @@ -62,7 +62,7 @@ interface CatMlDataFrameAnalyticsRequest extends <<CatCatRequestBase>> {
</pre>
++++
[discrete]
==== CatMlDataFrameAnalyticsResponse
==== Response

[pass]
++++
Expand Down
4 changes: 2 additions & 2 deletions docs/reference-cat-ml_datafeeds.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Get datafeeds. Returns configuration and usage information about datafeeds. This
----

[discrete]
==== CatMlDatafeedsRequest
==== Request

[pass]
++++
Expand All @@ -61,7 +61,7 @@ interface CatMlDatafeedsRequest extends <<CatCatRequestBase>> {
</pre>
++++
[discrete]
==== CatMlDatafeedsResponse
==== Response

[pass]
++++
Expand Down
4 changes: 2 additions & 2 deletions docs/reference-cat-ml_jobs.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Get anomaly detection jobs. Returns configuration and usage information for anom
----

[discrete]
==== CatMlJobsRequest
==== Request

[pass]
++++
Expand All @@ -62,7 +62,7 @@ interface CatMlJobsRequest extends <<CatCatRequestBase>> {
</pre>
++++
[discrete]
==== CatMlJobsResponse
==== Response

[pass]
++++
Expand Down
4 changes: 2 additions & 2 deletions docs/reference-cat-ml_trained_models.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Get trained models. Returns configuration and usage information about inference
----

[discrete]
==== CatMlTrainedModelsRequest
==== Request

[pass]
++++
Expand All @@ -63,7 +63,7 @@ interface CatMlTrainedModelsRequest extends <<CatCatRequestBase>> {
</pre>
++++
[discrete]
==== CatMlTrainedModelsResponse
==== Response

[pass]
++++
Expand Down
Loading

0 comments on commit 782c054

Please sign in to comment.