mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 16:47:32 +00:00
fix: uniqueness (#1710)
* fix: uniqueconstraint to lower * feat: change org * feat: org change test * feat: change org * fix: tests * fix: handle domain claims correctly * feat: update org Co-authored-by: fabi <fabienne.gerschwiler@gmail.com>
This commit is contained in:
@@ -489,6 +489,16 @@ Creates a new organisation
|
||||
|
||||
|
||||
|
||||
### UpdateOrg
|
||||
|
||||
> **rpc** UpdateOrg([UpdateOrgRequest](#updateorgrequest))
|
||||
[UpdateOrgResponse](#updateorgresponse)
|
||||
|
||||
Changes my organisation
|
||||
|
||||
|
||||
|
||||
|
||||
### DeactivateOrg
|
||||
|
||||
> **rpc** DeactivateOrg([DeactivateOrgRequest](#deactivateorgrequest))
|
||||
@@ -5274,6 +5284,28 @@ This is an empty request
|
||||
|
||||
|
||||
|
||||
### UpdateOrgRequest
|
||||
|
||||
|
||||
|
||||
| Field | Type | Description | Validation |
|
||||
| ----- | ---- | ----------- | ----------- |
|
||||
| name | string | - | string.min_len: 1<br /> string.max_len: 200<br /> |
|
||||
|
||||
|
||||
|
||||
|
||||
### UpdateOrgResponse
|
||||
|
||||
|
||||
|
||||
| Field | Type | Description | Validation |
|
||||
| ----- | ---- | ----------- | ----------- |
|
||||
| details | zitadel.v1.ObjectDetails | - | |
|
||||
|
||||
|
||||
|
||||
|
||||
### UpdateProjectGrantMemberRequest
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user