Open ebramanti opened 9 years ago
There is no check currently implemented in the API for circle creation of the same name. This needs to return a 409 error saying that this circle name was already used.
409
Good one. Don't forget to also update the API Blueprint too.
@rtoal The blueprint actually helped me catch this issue, nothing was returning a response for that and it was already there!
API Blueprint FTW
There is no check currently implemented in the API for circle creation of the same name. This needs to return a
409
error saying that this circle name was already used.