-
Suggestion
-
Resolution: Unresolved
-
None
-
49
-
Problem Definition
Currently, it is possible to add Emojis in page titles & page header images in the UI. However, it is not possible to add an emoji to the title using an API call.
Suggested Solution
This is a suggestion raised to have the ability to create a page title with emoji with an API call.
Workaround
No current workaround
If you only change the property published, the emoji gets lost while editing the page.
To solve this problem, add the following:
POST
/wiki/rest/api/content/{page-id}/property/emoji-title-draft
JSON-Body
Then it works fine!