From 900d9860fef27f072ac5db331bba44a232c92df2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ferm=C3=ADn=20Gal=C3=A1n=20M=C3=A1rquez?= Date: Thu, 1 Aug 2024 14:59:42 +0200 Subject: [PATCH] FIX comment raised in code review --- doc/manuals/orion-api.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/manuals/orion-api.md b/doc/manuals/orion-api.md index 01ab451ca1..0b12ed9df8 100644 --- a/doc/manuals/orion-api.md +++ b/doc/manuals/orion-api.md @@ -1332,7 +1332,7 @@ PUT /v2/entities/E/attrs/A would not change attribute value. -Apart from numbers, other value types are supported (eg, strings). +Apart from numbers, other value types are supported (eg, strings or `DateTime`). #### `$max` @@ -1360,7 +1360,7 @@ PUT /v2/entities/E/attrs/A would not change attribute value. -Apart from numbers, other value types are supported (eg, strings). +Apart from numbers, other value types are supported (eg, strings or `DateTime`). #### `$push`