Update documentation

This commit is contained in:
Nikolai Rodionov 2024-03-19 15:42:26 +00:00
parent ac7e7d4f7d
commit f306c1c6f9

View File

@ -15,7 +15,7 @@
- [accounts/accounts_v1.proto](#accounts_accounts_v1-proto)
- [AccountData](#accounts-AccountData)
- [AccountFull](#accounts-AccountFull)
- [AccountFullWithKubeConfig](#accounts-AccountFullWithKubeConfig)
- [AccountFullWithToken](#accounts-AccountFullWithToken)
- [AccountId](#accounts-AccountId)
- [AccountPassword](#accounts-AccountPassword)
- [AccountWithPassword](#accounts-AccountWithPassword)
@ -153,9 +153,9 @@ This file has messages for describing environments
<a name="accounts-AccountFullWithKubeConfig"></a>
<a name="accounts-AccountFullWithToken"></a>
### AccountFullWithKubeConfig
### AccountFullWithToken
@ -163,7 +163,7 @@ This file has messages for describing environments
| ----- | ---- | ----- | ----------- |
| id | [AccountId](#accounts-AccountId) | | |
| data | [AccountData](#accounts-AccountData) | | |
| kubeconfig | [string](#string) | | |
| Token | [string](#string) | | |
@ -229,8 +229,8 @@ Service for handling environments
| Method Name | Request Type | Response Type | Description |
| ----------- | ------------ | ------------- | ------------|
| SignUp | [AccountWithPassword](#accounts-AccountWithPassword) | [AccountFullWithKubeConfig](#accounts-AccountFullWithKubeConfig) | |
| SignIn | [AccountWithPassword](#accounts-AccountWithPassword) | [AccountFullWithKubeConfig](#accounts-AccountFullWithKubeConfig) | |
| SignUp | [AccountWithPassword](#accounts-AccountWithPassword) | [AccountFullWithToken](#accounts-AccountFullWithToken) | |
| SignIn | [AccountWithPassword](#accounts-AccountWithPassword) | [AccountFullWithToken](#accounts-AccountFullWithToken) | |