From b9c32a83f6308514f512528f3fe2af38ca0b3696 Mon Sep 17 00:00:00 2001
From: Victor Aleksejevs <42028380+ggs-victor@users.noreply.github.com>
Date: Thu, 9 Aug 2018 21:55:06 +0300
Subject: [PATCH] Updated Authentification (markdown)
---
Auth.md | 17 +++++++++++++++++
Authentification.md | 14 --------------
2 files changed, 17 insertions(+), 14 deletions(-)
create mode 100644 Auth.md
delete mode 100644 Authentification.md
diff --git a/Auth.md b/Auth.md
new file mode 100644
index 0000000..cd4d328
--- /dev/null
+++ b/Auth.md
@@ -0,0 +1,17 @@
+## “auth” - Authentication
+
+URL: /auth/
+Request type: POST
+
+### Overview
+
+The “auth” method authenticate partner and returns unique “key” parameter, which can be used after
+for querying GoGetSSL API.
:exclamation: KEY expires after 365 days
+
+### Request parameters
+- user – Username
+- pass – Generated API password, not the same as account password
+
+### Response
+If no errors in request following parameters will be returned:
+* unique session key
\ No newline at end of file
diff --git a/Authentification.md b/Authentification.md
deleted file mode 100644
index c254892..0000000
--- a/Authentification.md
+++ /dev/null
@@ -1,14 +0,0 @@
-Authentication
------------------------------------------------------------------------------------------------------------------------------------
-“auth”
-URL: /auth/
-Request type: POST
-Overview
-The “auth” method authenticate partner and returns unique “key” parameter, which can be used after
-for querying GoGetSSL API
-Request parameters
- user – Username
- pass – API usage password
-Response
-If no errors in request following parameters will be returned:
- key - unique session key
\ No newline at end of file