lmucs / cher-ami

Exclusive Content Sharing
10 stars 2 forks source link

No check for if user already has circle of same name #21

Open ebramanti opened 9 years ago

ebramanti commented 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.

rtoal commented 9 years ago

Good one. Don't forget to also update the API Blueprint too.

ebramanti commented 9 years ago

@rtoal The blueprint actually helped me catch this issue, nothing was returning a response for that and it was already there!

rtoal commented 9 years ago

API Blueprint FTW