question

Marian Stychuk avatar image
Marian Stychuk asked

Economy V2 FriendlyId forbidden characters

Hello!

Asking here since I couldn't find any documentation on this.

Is there any set of forbidden characters for an item's FriendlyId ?

I get a 500 error when trying to create one with a colon character ':'

POST https://{ {TitleId}}.playfabapi.com/Catalog/CreateDraftItem, body:

 {
     "Publish": true,
     "Item": {
         "AlternateIds": [
             {
                 "Type": "FriendlyId",
                 "Value": "a:1"
             }
         ],
         "Title": {
             "NEUTRAL": "some-title"
         },
         "Type": "catalogItem"
     }
 }

Since other special chars that I tested ['!', '@', '_'] work fine I assume this is an error and it will get fixed?

In-Game Economy
2 comments
10 |1200

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

Simon Cui avatar image Simon Cui commented ·

This is a known issue, which has been reported to the corresponding team. You can use other characters instead. Sorry for the inconvenience.

1 Like 1 ·
Marian Stychuk avatar image Marian Stychuk Simon Cui commented ·

No problem, thanks for the quick reply!

0 Likes 0 ·

0 Answers

·

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.