Skip to content

Commit

Permalink
docfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Skyman2413 committed May 2, 2024
1 parent 4eea752 commit 5844f4f
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions cybsi/api/dictionary/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -360,8 +360,9 @@ class DictionaryItemForm(JsonObjectForm):
Args:
dictionary_uuid: Dictionary identifier.
key: Dictionary item key. The key should consist of characters
according to the pattern `[a-zA-Z0-9_ -]` and
have length in the range `[1;30]`.
according to the pattern `[a-zA-Z0-9_ -:.@`] and
have length in the range `[1;50]`.
First and last char of key can't be space-symbol
User-specified key case is preserved.
"""

Expand All @@ -377,8 +378,9 @@ class DictItemAttributeValue(JsonObjectForm):
Args:
key: Dictionary item key. The key should consist of characters
according to the pattern `[a-zA-Z0-9_ -]` and
have length in the range `[1;30]`.
according to the pattern `[a-zA-Z0-9_ -:.@`] and
have length in the range `[1;50]`.
First and last char of key can't be space-symbol
User-specified key case is preserved.
"""

Expand Down

0 comments on commit 5844f4f

Please sign in to comment.