Skip to content

Commit

Permalink
Update query-syntax-reference.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoderama authored Nov 17, 2023
1 parent 1983d76 commit 8925fea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ When modeling your queries, the following data types are supported:
| `java.time.Instant`
|===

NOTE: `Instant` are only supported for queries with a `@RequestBody`. It's currently not possible to pass an `Instant` as a `@PathVariable` or `@RequestParam`.
NOTE: `Instant` is only supported for queries with a `@RequestBody`. It's currently not possible to pass an `Instant` as a `@PathVariable` or `@RequestParam`.

==== Optional fields

Expand Down

0 comments on commit 8925fea

Please sign in to comment.