mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 20:17:32 +00:00
fixup! fix(org): adding unique constrants to not allow an org to be added twice with same id
This commit is contained in:
@@ -177,7 +177,7 @@ service OrganizationService {
|
||||
responses: {
|
||||
key: "409"
|
||||
value: {
|
||||
description: "Organisation's name or id already taken";
|
||||
description: "Organisation's name already taken";
|
||||
}
|
||||
};
|
||||
};
|
||||
|
Reference in New Issue
Block a user