From f306c1c6f9338409bb563a80dd09ce3b72727055 Mon Sep 17 00:00:00 2001 From: Softplayer Bot Date: Tue, 19 Mar 2024 15:42:26 +0000 Subject: [PATCH] Update documentation --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index cd5bf94..eaad604 100644 --- a/README.md +++ b/README.md @@ -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 - + -### 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) | |