question

faridamiraslanli avatar image
faridamiraslanli asked

Creating Player Data (Title) using UpdateUserDataAsync() and creating character title data using UpdateCharacterDataAsync methods

When creating Player Data (Title) using UpdateUserDataAsync() and creating Character Title Data using UpdateCharacterDataAsync methods: {"Strength", "3"}, {"Power","5"} KVPs as above key is string and value is integer work flawless.

But when it comes to: {"Type", "Elf"} Key and value are both string it throws invalid input parameters error.

Is value as default accept only integer? Am I missing something?

Title Data
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
Infer Wang avatar image
Infer Wang answered

The value supports string as default. Could you please show me your code snippet of updating data? 6642-image.png

6630-image.png


image.png (22.8 KiB)
image.png (45.9 KiB)
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.