Skip to content

Commit 71daaba

Browse files
authored
[DOCS] Fix create enrich policy API title (#71494) (#71496)
1 parent e6c4c08 commit 71daaba

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

docs/java-rest/high-level/enrich/put_policy.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
--
66

77
[id="{upid}-{api}"]
8-
=== Create or update enrich policy API
8+
=== Create enrich policy API
99

1010
[id="{upid}-{api}-request"]
1111
==== Request
1212

13-
Creates or updates an enrich policy.
13+
Creates an enrich policy.
1414

1515
["source","java",subs="attributes,callouts,macros"]
1616
--------------------------------------------------

docs/reference/ingest/apis/enrich/put-enrich-policy.asciidoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[role="xpack"]
22
[testenv="basic"]
33
[[put-enrich-policy-api]]
4-
=== Create or update enrich policy API
4+
=== Create enrich policy API
55
++++
6-
<titleabbrev>Create or update enrich policy</titleabbrev>
6+
<titleabbrev>Create enrich policy</titleabbrev>
77
++++
88

9-
Creates or updates an enrich policy.
9+
Creates an enrich policy.
1010

1111
////
1212
[source,console]

docs/reference/ingest/geo-match-enrich-policy-type-ex.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ PUT /postal_codes/_doc/1?refresh=wait_for
4646
----
4747
// TEST[continued]
4848

49-
Use the <<put-enrich-policy-api,create or update enrich policy API>> to create
49+
Use the <<put-enrich-policy-api,create enrich policy API>> to create
5050
an enrich policy with the `geo_match` policy type. This policy must include:
5151

5252
* One or more source indices

docs/reference/ingest/match-enrich-policy-type-ex.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ PUT /users/_doc/1?refresh=wait_for
3232
}
3333
----
3434

35-
Use the create or update enrich policy API to create an enrich policy with the
35+
Use the create enrich policy API to create an enrich policy with the
3636
`match` policy type. This policy must include:
3737

3838
* One or more source indices

0 commit comments

Comments
 (0)