Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information