mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 21:37:32 +00:00
feat: provide instance info on admin api and return version on instances responses (admin and system api) (#3802)
* feat: provide instance info on admin api and return version on instances responses (admin and system api) * fix GetMyInstance
This commit is contained in:
@@ -56,16 +56,28 @@ Set the default language
|
||||
GET: /languages/default
|
||||
|
||||
|
||||
### GetMyInstance
|
||||
|
||||
> **rpc** GetMyInstance([GetMyInstanceRequest](#getmyinstancerequest))
|
||||
[GetMyInstanceResponse](#getmyinstanceresponse)
|
||||
|
||||
Returns the details of the instance
|
||||
|
||||
|
||||
|
||||
GET: /instances/me
|
||||
|
||||
|
||||
### ListInstanceDomains
|
||||
|
||||
> **rpc** ListInstanceDomains([ListInstanceDomainsRequest](#listinstancedomainsrequest))
|
||||
[ListInstanceDomainsResponse](#listinstancedomainsresponse)
|
||||
|
||||
Returns the domains of an instance
|
||||
Returns the domains of the instance
|
||||
|
||||
|
||||
|
||||
GET: /domains
|
||||
POST: /domains/_search
|
||||
|
||||
|
||||
### ListSecretGenerators
|
||||
@@ -2348,6 +2360,23 @@ This is an empty request
|
||||
|
||||
|
||||
|
||||
### GetMyInstanceRequest
|
||||
This is an empty request
|
||||
|
||||
|
||||
|
||||
|
||||
### GetMyInstanceResponse
|
||||
|
||||
|
||||
|
||||
| Field | Type | Description | Validation |
|
||||
| ----- | ---- | ----------- | ----------- |
|
||||
| instance | zitadel.instance.v1.InstanceDetail | - | |
|
||||
|
||||
|
||||
|
||||
|
||||
### GetOIDCSettingsRequest
|
||||
This is an empty request
|
||||
|
||||
|
Reference in New Issue
Block a user