diff options
author | Alexander Foremny <aforemny@posteo.de> | 2024-10-13 12:40:21 +0200 |
---|---|---|
committer | Alexander Foremny <aforemny@posteo.de> | 2024-10-13 12:40:21 +0200 |
commit | 91454fa171e6a5616c9cbceb725a290963fc0c31 (patch) | |
tree | ad40dfb1ef62ca7aef73ae5ef37a8a72b53bff97 /docs/api-reference.md | |
parent | cf9b3887a46de7419c278126d09e14a228126e2d (diff) |
keep data free of `null`s
Diffstat (limited to 'docs/api-reference.md')
-rw-r--r-- | docs/api-reference.md | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/api-reference.md b/docs/api-reference.md index 064993e..248ab8c 100644 --- a/docs/api-reference.md +++ b/docs/api-reference.md @@ -154,12 +154,9 @@ EOF Again, the response contains the full entity after the update. -TODO sanitize `null` fields - ```json { "$fileName": "ccccc18c-f3dc-4f98-b4d2-290ef76adb6b.json", - "description": null, "name": "Entity 2" } ``` |