Creates or updates the custom emoji setting for the authenticated user.
emojis table. If a record exists for the user, it’s updated; otherwise, a new record is created.
Bearer YOUR_JWT_TOKENemojis table.| Status Code | Description | Example Message |
|---|---|---|
| 400 | Missing or invalid emoji field in body. | ”Missing required fields” |
| 401 | Invalid or missing authentication token. | ”Not authorized” |
| 500 | Internal server error during processing. | ”Failed to process request” |
| 500 | Database error during insert/update. | Specific DB error |
emojis table exists.Bearer token for authentication (JWT)
The string or JSON representing the user's chosen emoji configuration.
"😊"