docs: fix $lt and $gt in api reference (#8580)
This commit is contained in:
@@ -348,7 +348,7 @@ For example:
|
||||
|
||||
|
||||
```bash
|
||||
curl -g "http://localhost:9000/store/products?created_at[lt]=2023-02-17"
|
||||
curl -g "http://localhost:9000/store/products?created_at[$lt]=2023-02-17"
|
||||
```
|
||||
|
||||
|
||||
@@ -360,7 +360,7 @@ For example:
|
||||
|
||||
|
||||
```bash
|
||||
curl -g "http://localhost:9000/store/products?created_at[lt]=2023-02-17T07:22:30Z"
|
||||
curl -g "http://localhost:9000/store/products?created_at[$lt]=2023-02-17T07:22:30Z"
|
||||
```
|
||||
|
||||
|
||||
@@ -396,7 +396,7 @@ For example:
|
||||
|
||||
|
||||
```bash
|
||||
curl -g "http://localhost:9000/store/products?created_at[lt]=2023-02-17&created_at[gt]=2022-09-17"
|
||||
curl -g "http://localhost:9000/store/products?created_at[$lt]=2023-02-17&created_at[$gt]=2022-09-17"
|
||||
```
|
||||
|
||||
<Feedback
|
||||
|
||||
Reference in New Issue
Block a user