Fix camelCase of userLogin.

This commit is contained in:
Luckydonald 2021-01-06 23:34:13 +01:00 committed by GitHub
parent cd79fa2f05
commit b58a56b481
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: