xtern commented on a change in pull request #8245:
URL: https://github.com/apache/ignite/pull/8245#discussion_r490096235
##########
File path: docs/_docs/restapi.adoc
##########
@@ -169,10 +169,13 @@ To set a custom expire time, set the system variable:
`IGNITE_REST_SESSION_TIMEO
====
== Data Types
-The REST API also supports Java built-in types for put/get operations via
`keyType` and `valueType` optional parameters.
-Note that unless one of the below mentioned types are explicitly specified,
the REST protocol exchanges the key-value data in `String` format.
+The REST API also supports <<Java built-in types>> and <<Custom user defined
types>> for put/get operations via `keyType` and `valueType` optional
parameters.
+
+Note that unless one of the mentioned below types are explicitly specified,
the REST protocol exchanges the key-value data in `String` format.
Review comment:
fixed, thanks
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]