This commit is contained in:
diPhantxm
2024-02-06 16:41:46 +03:00
parent a0995a79e1
commit 114a5b90b9

View File

@@ -862,7 +862,7 @@ type CreateOrUpdateAttribute struct {
type CreateOrUpdateAttributeValue struct {
// Directory identifier
DictionaryValueId int64 `json:"dictrionary_value_id"`
DictionaryValueId int64 `json:"dictionary_value_id"`
// Value from the directory
Value string `json:"value"`