Skip to content
Snippets Groups Projects
Verified Commit fc14c8ae authored by Ernesto Rico Schmidt's avatar Ernesto Rico Schmidt
Browse files

docs: update filter help text

parent 822af0c7
No related branches found
No related tags found
No related merge requests found
......@@ -70,7 +70,7 @@ class ShowFilterSet(StaticFilterHelpTextMixin, filters.FilterSet):
)
host_ids = IntegerInFilter(
field_name="hosts",
help_text="Return only shows assigned to the given host(s).",
help_text="Return only shows hosted by the given profile ID(s).",
)
is_active = filters.BooleanFilter(
field_name="is_active",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment