docs: typo

pull/43/head
Cullen Watson 2023-11-20 01:05:10 -06:00 committed by GitHub
parent 5b6a9943cc
commit fa507dbc72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ Optional
│ Example: 30 (fetches properties listed/sold in the last 30 days) │ Example: 30 (fetches properties listed/sold in the last 30 days)
├── date_from, date_to (string): Start and end dates to filter properties listed or sold, both dates are required. ├── date_from, date_to (string): Start and end dates to filter properties listed or sold, both dates are required.
} (use this to get properties in chunks as there's a 10k result limit) | (use this to get properties in chunks as there's a 10k result limit)
│ Format for both must be "YYYY-MM-DD". │ Format for both must be "YYYY-MM-DD".
│ Example: "2023-05-01", "2023-05-15" (fetches properties listed/sold between these dates) │ Example: "2023-05-01", "2023-05-15" (fetches properties listed/sold between these dates)