mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 21:17:32 +00:00
fix: allow single parameter in org unique request (#3620)
This commit is contained in:
@@ -2403,12 +2403,13 @@ This is an empty response
|
||||
|
||||
### IsOrgUniqueRequest
|
||||
if name or domain is already in use, org is not unique
|
||||
at least one argument has to be provided
|
||||
|
||||
|
||||
| Field | Type | Description | Validation |
|
||||
| ----- | ---- | ----------- | ----------- |
|
||||
| name | string | - | string.min_len: 1<br /> string.max_len: 200<br /> |
|
||||
| domain | string | - | string.min_len: 1<br /> string.max_len: 200<br /> |
|
||||
| name | string | - | string.max_len: 200<br /> |
|
||||
| domain | string | - | string.max_len: 200<br /> |
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user