We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When you read the documentation of createSite
createSite
When there is an error, the response schema is
{ message: string, code: integer<int64> }
but it's not the case because we get this JSON message:
{ "errors": { "subdomain": ["must be unique"] } }
Also, the status code is 422, it's not documented.
The text was updated successfully, but these errors were encountered:
@matrixise I have the same issue but I can't identify the root cause of this error
Do you know what could be the problem that triggers this error?
Thank you for the help
Sorry, something went wrong.
No branches or pull requests
When you read the documentation of
createSite
When there is an error, the response schema is
but it's not the case because we get this JSON message:
Also, the status code is 422, it's not documented.
The text was updated successfully, but these errors were encountered: