PutPartFilterVisibility
Version: v2.0.0
Supporting model
A request/response or nested model — not a stored DynamoDB entity.
Overview
PutPartFilterVisibility model
Fields
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
part_filter_visibility_id | str | ❌ | — | — |
part_filter_visibility | List[Any] | ✅ | — | — |
created_at | str | ❌ | — | — |
updated_at | str | ❌ | — | — |
type | str | ❌ | PART_FILTER_VISIBILITY | — |
APIs / Triggers
| Trigger | Endpoint / Source | Detail | Handler |
|---|---|---|---|
| API | PUT /newsearch/partFilterVisibility | — | src/put_part_filter_visibility.py |
Change history
v2.0.0 · 2025-04-21 · Cian (shared account) · c47caf894
filter visibility
- Field
part_filter_visibilitytype changed: PartFilterVisibility → list (breaking).
v1.0.0 · 2025-03-27 · Olaniyi Ajayi · f8cb340c7
filters
- Initial version.
Generated from
dismantly-backend/Microservices/Search/dependencies/models.py. Do not edit by hand.