Commit 8d3fe72
committed
chore(deps): [#979] add new cargo dep: serde_with
We will add a new enpoint to add tracker keys where some JSON values can
be null:
```console
curl -X POST http://localhost:1212/api/v1/keys?token=MyAccessToken \
-H "Content-Type: application/json" \
-d '{
"key": null,
"seconds_valid": null
}'
```
We need to set those values to `None` in the Rsut strucut.1 parent 1fdf3a8 commit 8d3fe72
2 files changed
Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| 69 | + | |
69 | 70 | | |
70 | 71 | | |
71 | 72 | | |
| |||
0 commit comments