Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ESSNTL-5456] Change culling str to deletion #1511

Closed
wants to merge 4 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions swagger/api.spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1177,7 +1177,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 @@ -1191,7 +1191,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 @@ -1907,7 +1907,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 @@ -1925,7 +1925,7 @@
]
}
},
"description": "Culling states of the hosts."
"description": "Deletion states of the hosts."
},
"tagsParam": {
"name": "tags",
Expand Down