In the documentation for the management API there is a documented 409 response. I’ve found 2 conflicting answers on the support forums related to multiple clients with the same name.
and
is name actually unique? Or am I reading the documentation wrong?
Thank you for posting your question. I see where the confusion comes from. Based on my knowledge, the 409 - Another client that exists with the same alias is connected to the client_aliases, which is a different parameter from the name (client name). To answer your questions, creating multiple applications with the same name is not prohibited. But there’s also a deploy-cli in which, due to the implementation, it’s prohibited to make an application with the same name.