diff --git a/docs/commands-legacy/method-resolve-path.md b/docs/commands-legacy/method-resolve-path.md
index b4bbdee20a8f73..b8fb8a808f16c7 100644
--- a/docs/commands-legacy/method-resolve-path.md
+++ b/docs/commands-legacy/method-resolve-path.md
@@ -26,6 +26,7 @@ The *methodType* parameter receives a value indicating the type of the method. Y
| Constant | Type | Value | Comment |
| -------------------- | ------- | ----- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| Path class | Integer | 32 | Path of class definition. Example:
*\[class\]/Person*
*\[class\]/Student*|
| Path database method | Integer | 2 | Path of database methods specified. List of these methods:
*\[databaseMethod\]/onStartup
\[databaseMethod\]/onExit
\[databaseMethod\]/onDrop
\[databaseMethod\]/onBackupStartup
\[databaseMethod\]/onBackupShutdown
\[databaseMethod\]/onWebConnection
\[databaseMethod\]/onWebAuthentication
\[databaseMethod\]/onWebSessionSuspend
\[databaseMethod\]/onServerStartup
\[databaseMethod\]/onServerShutdown
\[databaseMethod\]/onServerOpenConnection
\[databaseMethod\]/onServerCloseConnection
\[databaseMethod\]/onSystemEvent
\[databaseMethod\]/onSqlAuthentication
* *\[databaseMethod\]/* *onHostDatabaseEvent
* *\[databaseMethod\]/* *onRESTAuthentication
* *\[databaseMethod\]/* *onMobileAppAuthentication
* *\[databaseMethod\]/* *onMobileAppAction* *
* |
| Path project form | Integer | 4 | Path of project form methods and all their object methods. Examples:
*\[projectForm\]/myForm/{formMethod}
\[projectForm\]/myForm/button1
\[projectForm\]/myForm/mylist
\[projectForm\]/myForm/button1* |
| Path project method | Integer | 1 | Name of method.
Example: *MyProjectMethod* |
diff --git a/versioned_docs/version-21/commands-legacy/method-resolve-path.md b/versioned_docs/version-21/commands-legacy/method-resolve-path.md
index e31bd840699ae5..5b58d9690b2770 100644
--- a/versioned_docs/version-21/commands-legacy/method-resolve-path.md
+++ b/versioned_docs/version-21/commands-legacy/method-resolve-path.md
@@ -26,6 +26,7 @@ The *methodType* parameter receives a value indicating the type of the method. Y
| Constant | Type | Value | Comment |
| -------------------- | ------- | ----- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| Path class | Integer | 32 | Path of class definition. Example:
*\[class\]/Person*
*\[class\]/Student*|
| Path database method | Integer | 2 | Path of database methods specified. List of these methods:
*\[databaseMethod\]/onStartup
\[databaseMethod\]/onExit
\[databaseMethod\]/onDrop
\[databaseMethod\]/onBackupStartup
\[databaseMethod\]/onBackupShutdown
\[databaseMethod\]/onWebConnection
\[databaseMethod\]/onWebAuthentication
\[databaseMethod\]/onWebSessionSuspend
\[databaseMethod\]/onServerStartup
\[databaseMethod\]/onServerShutdown
\[databaseMethod\]/onServerOpenConnection
\[databaseMethod\]/onServerCloseConnection
\[databaseMethod\]/onSystemEvent
\[databaseMethod\]/onSqlAuthentication
* *\[databaseMethod\]/* *onHostDatabaseEvent
* *\[databaseMethod\]/* *onRESTAuthentication
* *\[databaseMethod\]/* *onMobileAppAuthentication
* *\[databaseMethod\]/* *onMobileAppAction* *
* |
| Path project form | Integer | 4 | Path of project form methods and all their object methods. Examples:
*\[projectForm\]/myForm/{formMethod}
\[projectForm\]/myForm/button1
\[projectForm\]/myForm/mylist
\[projectForm\]/myForm/button1* |
| Path project method | Integer | 1 | Name of method.
Example: *MyProjectMethod* |