Creates or updates the custom emoji setting for the authenticated user.
Sets or modifies the custom emoji preference for the authenticated user in theDocumentation Index
Fetch the complete documentation index at: https://docs.onlyautomator.com/llms.txt
Use this file to discover all available pages before exploring further.
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.
"😊"