Skip to content

Commit

Permalink
FIX comment raised in code review
Browse files Browse the repository at this point in the history
  • Loading branch information
fgalan committed Aug 1, 2024
1 parent 37c7649 commit 900d986
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/manuals/orion-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down Expand Up @@ -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`

Expand Down

0 comments on commit 900d986

Please sign in to comment.