diff --git a/tests/default/indices/mapping/index.yaml b/tests/default/indices/mapping/index.yaml index d9bb4fad..7cf61404 100644 --- a/tests/default/indices/mapping/index.yaml +++ b/tests/default/indices/mapping/index.yaml @@ -113,7 +113,9 @@ chapters: acknowledged: true - synopsis: Update mapping for an index with setting `dynamic` to `strict`. path: /{index}/_mapping - method: PUT + method: + - PUT + - POST parameters: index: movies allow_no_indices: true @@ -146,22 +148,3 @@ chapters: status: 200 payload: acknowledged: true - - synopsis: Add or update mapping using POST method. - path: /{index}/_mapping - method: POST - parameters: - index: movies - allow_no_indices: false - ignore_unavailable: false - expand_wildcards: open - request: - payload: - properties: - actor: - type: text - rating: - type: float - response: - status: 200 - payload: - acknowledged: true