updated changelog
This commit is contained in:
parent
c0a7d0f6c0
commit
4944884683
|
@ -1,6 +1,6 @@
|
||||||
## (WIP)
|
## (WIP)
|
||||||
|
|
||||||
- Added option to limit the returned API fields using the `?fields` query parameter.
|
- (@todo docs) Added option to limit the returned API fields using the `?fields` query parameter.
|
||||||
The "fields picker" is applied for `SearchResult.Items` and any other JSON response. For example:
|
The "fields picker" is applied for `SearchResult.Items` and any other JSON response. For example:
|
||||||
```js
|
```js
|
||||||
// original: {"id": "RECORD_ID", "name": "abc", "description": "...something very big...", "items": ["id1", "id2"], "expand": {"items": [{"id": "id1", "name": "test1"}, {"id": "id2", "name": "test2"}]}}
|
// original: {"id": "RECORD_ID", "name": "abc", "description": "...something very big...", "items": ["id1", "id2"], "expand": {"items": [{"id": "id1", "name": "test1"}, {"id": "id2", "name": "test2"}]}}
|
||||||
|
@ -11,7 +11,7 @@
|
||||||
})
|
})
|
||||||
```
|
```
|
||||||
|
|
||||||
- Added new `./pocketbase admin` console command:
|
- (@todo docs) Added new `./pocketbase admin` console command:
|
||||||
```sh
|
```sh
|
||||||
// creates new admin account
|
// creates new admin account
|
||||||
./pocketbase admin create test@example.com 123456890
|
./pocketbase admin create test@example.com 123456890
|
||||||
|
|
Loading…
Reference in New Issue