Skip to content

Commit 82ee480

Browse files
committed
Update methods.py
1 parent 2b13988 commit 82ee480

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

licensing/methods.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1024,7 +1024,7 @@ def increment_int_value_to_key(token, product_id, key, object_id=0, name = "",\
10241024
When creating an access token to this method, remember to include "IncrementIntValue" permission and
10251025
set the "Lock to key" value to -1.
10261026
1027-
Please note that you can identify a data object either by its Name or the Id (object_id).
1027+
Note: either an object_id or name (provided there are no duplicates) is required.
10281028
10291029
More docs: https://app.cryptolens.io/docs/api/v3/IncrementIntValue (see parameters under Method 2)
10301030
"""
@@ -1067,7 +1067,7 @@ def decrement_int_value_to_key(token, product_id, key, object_id=0, name="",\
10671067
When creating an access token to this method, remember to include "DecrementIntValue" permission and
10681068
set the "Lock to key" value to -1.
10691069
1070-
Please note that you can identify a data object either by its Name or the Id (object_id).
1070+
Note: either an object_id or name (provided there are no duplicates) is required.
10711071
10721072
More docs: https://app.cryptolens.io/docs/api/v3/DecrementIntValue (see parameters under Method 2)
10731073
"""

0 commit comments

Comments
 (0)