3
0

Rename RecordFilter's Filter to Query for consistency

This commit is contained in:
Denis Arh
2020-04-30 06:54:56 +02:00
parent 7f1c3903c4
commit f291613516
11 changed files with 67 additions and 20 deletions
+2 -1
View File
@@ -870,7 +870,8 @@ Compose records
| Parameter | Type | Method | Description | Default | Required? |
| --------- | ---- | ------ | ----------- | ------- | --------- |
| filter | string | GET | Filtering condition | N/A | NO |
| query | string | GET | Record filtering query | N/A | NO |
| filter | string | GET | Filtering condition (same as query, deprecated) | N/A | NO |
| limit | uint | GET | Limit | N/A | NO |
| offset | uint | GET | Offset | N/A | NO |
| page | uint | GET | Page number (1-based) | N/A | NO |