Skip to content
New issue

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

Bug: You can add multiple of the same CustomCharacter type #433

Open
BillTheBeast opened this issue Feb 11, 2025 · 1 comment
Open

Bug: You can add multiple of the same CustomCharacter type #433

BillTheBeast opened this issue Feb 11, 2025 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@BillTheBeast
Copy link

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?

  1. Try to add new CustomCharacter to customCharacter/ endpoint while already having CustomCharacter with the same CharacterId.

What should it do instead?

Not add the Character and return an error that you already own this character type (409).

@MikhailDeriabin
Copy link
Member

@BillTheBeast

Ok, I will try to fix that in this sprint

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Backlog
Development

No branches or pull requests

2 participants