You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/businessobject.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ class BusinessObject {
14
14
* Constructor
15
15
* @param {Session} ses Session
16
16
* @param {string} name Business object name
17
-
* @param {string} [instance] Business object instance name, defaults to <code>js_<object name></code>
17
+
* @param {string} [instance] Business object instance name, defaults to <code>api_<object name></code>, not taken into account on the API endpoint.
0 commit comments