Merge pull request #43 from luckydonald/patch-1

Fix camelCase of userLogin in the docs.
This commit is contained in:
andrew-ld 2021-01-23 13:56:45 +01:00 committed by GitHub
commit 9df6dd5fd3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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: