Skip to content

Commit

Permalink
[ESSNTL-5456] Change culling str to deletion
Browse files Browse the repository at this point in the history
I was decided that we are not going to use the word `Culling` anymore using `Deletion` instead.

Signed-off-by: Fellipe Henrique <[email protected]>
  • Loading branch information
fellipeh committed Oct 3, 2023
1 parent 90bd2c1 commit 3f01458
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions swagger/api.spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions swagger/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -1894,7 +1894,7 @@
]
}
},
"description": "Culling states of the hosts."
"description": "Deletion states of the hosts."
},
"tagsParam": {
"name": "tags",
Expand Down

0 comments on commit 3f01458

Please sign in to comment.