This repository was archived by the owner on Mar 31, 2026. It is now read-only.
Commit 79d27da
authored
fix: allow metadata keys to be cleared (#383)
Metadata keys can be cleared in the JSON API by setting the value
to null; however this doesn't currently work through this library.
This PR allows users to clear metadata keys by setting the value
to None and documents how users should do this.
Fixes #3811 parent f85af9b commit 79d27da
2 files changed
Lines changed: 17 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3620 | 3620 | | |
3621 | 3621 | | |
3622 | 3622 | | |
| 3623 | + | |
| 3624 | + | |
| 3625 | + | |
3623 | 3626 | | |
3624 | 3627 | | |
3625 | 3628 | | |
3626 | 3629 | | |
3627 | 3630 | | |
3628 | 3631 | | |
3629 | | - | |
| 3632 | + | |
3630 | 3633 | | |
3631 | 3634 | | |
3632 | 3635 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
874 | 874 | | |
875 | 875 | | |
876 | 876 | | |
| 877 | + | |
| 878 | + | |
| 879 | + | |
| 880 | + | |
| 881 | + | |
| 882 | + | |
| 883 | + | |
| 884 | + | |
| 885 | + | |
| 886 | + | |
| 887 | + | |
| 888 | + | |
| 889 | + | |
877 | 890 | | |
878 | 891 | | |
879 | 892 | | |
| |||
0 commit comments