From b58a56b4819e05847b6073868f8836ba89ec4243 Mon Sep 17 00:00:00 2001 From: Luckydonald <2737108+luckydonald@users.noreply.github.com> Date: Wed, 6 Jan 2021 23:34:13 +0100 Subject: [PATCH] Fix camelCase of userLogin. --- tdlight-api-openapi.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tdlight-api-openapi.yaml b/tdlight-api-openapi.yaml index 4fb3daa..a9b75f3 100644 --- a/tdlight-api-openapi.yaml +++ b/tdlight-api-openapi.yaml @@ -45,7 +45,7 @@ tags: - name: modified description: These methods are modified in the tdlight-bot-api paths: - /userlogin: + /userLogin: post: tags: - added @@ -55,7 +55,7 @@ paths: Use this method to receive the authorization token to log in as user. - Note: You don't have your token yet, so the domain is just {base_url}/userlogin + Note: You don't have your token yet, so the domain is just {base_url}/userLogin Returns an `AuthorizationState` with the user token on success. requestBody: