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
There should be validation on the add member and add handles. It will be triggered if it is a non-unique name. @ismakutl has hardcoded it, ask for more.
The text was updated successfully, but these errors were encountered:
On backend side, I do some validations on CREATE, UPDATE operations on entities/handles/services.
If the input data is invalid, I send back an error with status 422 (Unprocessable Entity) with :
{
name : 'validation.unique'
}
There should be validation on the add member and add handles. It will be triggered if it is a non-unique name. @ismakutl has hardcoded it, ask for more.
The text was updated successfully, but these errors were encountered: