mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 23:17:33 +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: {
|
responses: {
|
||||||
key: "409"
|
key: "409"
|
||||||
value: {
|
value: {
|
||||||
description: "Organisation's name or id already taken";
|
description: "Organisation's name already taken";
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user