diff --git a/src/main/java/org/gcube/informationsystem/resourceregistry/rest/Access.java b/src/main/java/org/gcube/informationsystem/resourceregistry/rest/Access.java
index d17e9e1..c81be97 100644
--- a/src/main/java/org/gcube/informationsystem/resourceregistry/rest/Access.java
+++ b/src/main/java/org/gcube/informationsystem/resourceregistry/rest/Access.java
@@ -229,15 +229,9 @@ public class Access extends BaseRest {
* https://orientdb.com/docs/last/SQL-Syntax.html
*
*
- * e.g. GET /access/query?q=SELECT FROM V&limit=20&fetchPlan=*:-1
+ * e.g. GET /access/query?q=SELECT FROM V
*
* @param query Defines the query to send to the backend.
- * @param limit Defines the number of results you want returned (default 20, use -1 to unbounded results)
- * @param fetchPlan
- * Defines the fetching strategy you want to use. See
- *
- * https://orientdb.com/docs/last/Fetching-Strategies.html
- *
* @param raw request a raw response (not a Element based response)
* @return The JSON representation of the result
* @throws InvalidQueryException if the query is invalid or not idempotent