From 91454fa171e6a5616c9cbceb725a290963fc0c31 Mon Sep 17 00:00:00 2001 From: Alexander Foremny Date: Sun, 13 Oct 2024 12:40:21 +0200 Subject: keep data free of `null`s --- docs/api-reference.md | 3 --- 1 file changed, 3 deletions(-) (limited to 'docs/api-reference.md') 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" } ``` -- cgit v1.2.3