You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you try to create a company with name 👍 or hi\" you get validation errors even though it is possible to create companies with these names in the admin dashboard.
{
category: VALIDATION_ERROR,
correlationId: d2a891e1-3108-492e-b08c-e150f45b03af,
message: Invalid input JSON on line 1, column 119: Filter value 'hi\"' has mismatched quotation marks,
status: error
},
The text was updated successfully, but these errors were encountered:
arasmussen
changed the title
API rejects quotation marks and emojis
API validation rejects quotation marks and emojis
Oct 29, 2024
If you try to create a company with name
👍
orhi\"
you get validation errors even though it is possible to create companies with these names in the admin dashboard.The text was updated successfully, but these errors were encountered: