From 3f01458aef8997735bfcb053ac6089fe6f53a222 Mon Sep 17 00:00:00 2001 From: Fellipe Henrique <2904206+fellipeh@users.noreply.github.com> Date: Tue, 3 Oct 2023 10:48:35 -0300 Subject: [PATCH] [ESSNTL-5456] Change culling str to deletion I was decided that we are not going to use the word `Culling` anymore using `Deletion` instead. Signed-off-by: Fellipe Henrique <2904206+fellipeh@users.noreply.github.com> --- swagger/api.spec.yaml | 4 ++-- swagger/openapi.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/swagger/api.spec.yaml b/swagger/api.spec.yaml index 2e636c44b9..207885658d 100644 --- a/swagger/api.spec.yaml +++ b/swagger/api.spec.yaml @@ -1155,7 +1155,7 @@ components: - stale - stale_warning - unknown - description: "Culling states of the hosts. Default: fresh,stale,unknown" + description: "Deletion states of the hosts. Default: fresh,stale,unknown" stalenessNoDefaultsParam: name: staleness in: query @@ -1169,7 +1169,7 @@ components: - stale - stale_warning - unknown - description: "Culling states of the hosts." + description: "Deletion states of the hosts." tagsParam: name: tags in: query diff --git a/swagger/openapi.json b/swagger/openapi.json index 8e16121759..2f3d47e53d 100644 --- a/swagger/openapi.json +++ b/swagger/openapi.json @@ -1876,7 +1876,7 @@ "unknown" ] }, - "description": "Culling states of the hosts. Default: fresh,stale,unknown" + "description": "Deletion states of the hosts. Default: fresh,stale,unknown" }, "stalenessNoDefaultsParam": { "name": "staleness", @@ -1894,7 +1894,7 @@ ] } }, - "description": "Culling states of the hosts." + "description": "Deletion states of the hosts." }, "tagsParam": { "name": "tags",