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
If you try to add a new CustomCharacter of a type (CharacterId) you already own, it allows you to do so.
Endpoint: CustomCharacter/
Method: POST
Not add the Character and return an error that you already own this character type (409).
The text was updated successfully, but these errors were encountered:
@BillTheBeast
Ok, I will try to fix that in this sprint
Sorry, something went wrong.
MikhailDeriabin
No branches or pull requests
What doesn't work?
If you try to add a new CustomCharacter of a type (CharacterId) you already own, it allows you to do so.
What is the endpoint and method? (if applicable)
Endpoint: CustomCharacter/
Method: POST
How can it be reproduced?
What should it do instead?
Not add the Character and return an error that you already own this character type (409).
The text was updated successfully, but these errors were encountered: