Switch %CLIENT_MAJOR_VERSION% in /login endpoint for current /login version
This was left over from the days of all CS API endpoints sharing the same major spec release version.
This commit is contained in:
parent
96716f3eec
commit
32b93d961e
1 changed files with 1 additions and 1 deletions
|
@ -342,7 +342,7 @@ log in without needing the user's password. This is achieved by including the
|
||||||
|
|
||||||
{{% added-in v="1.2" %}}
|
{{% added-in v="1.2" %}}
|
||||||
|
|
||||||
POST /_matrix/client/%CLIENT_MAJOR_VERSION%/login
|
POST /_matrix/client/v3/login
|
||||||
Authorization: Bearer YourApplicationServiceTokenHere
|
Authorization: Bearer YourApplicationServiceTokenHere
|
||||||
|
|
||||||
Content:
|
Content:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue