Skip to content

Commit

Permalink
Update methods.py
Browse files Browse the repository at this point in the history
  • Loading branch information
artemlos committed Jul 11, 2024
1 parent 2b13988 commit 82ee480
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions licensing/methods.py
Original file line number Diff line number Diff line change
Expand Up @@ -1024,7 +1024,7 @@ def increment_int_value_to_key(token, product_id, key, object_id=0, name = "",\
When creating an access token to this method, remember to include "IncrementIntValue" permission and
set the "Lock to key" value to -1.
Please note that you can identify a data object either by its Name or the Id (object_id).
Note: either an object_id or name (provided there are no duplicates) is required.
More docs: https://app.cryptolens.io/docs/api/v3/IncrementIntValue (see parameters under Method 2)
"""
Expand Down Expand Up @@ -1067,7 +1067,7 @@ def decrement_int_value_to_key(token, product_id, key, object_id=0, name="",\
When creating an access token to this method, remember to include "DecrementIntValue" permission and
set the "Lock to key" value to -1.
Please note that you can identify a data object either by its Name or the Id (object_id).
Note: either an object_id or name (provided there are no duplicates) is required.
More docs: https://app.cryptolens.io/docs/api/v3/DecrementIntValue (see parameters under Method 2)
"""
Expand Down

0 comments on commit 82ee480

Please sign in to comment.