Add server support discovery endpoint (#1733)
* Add server support discovery endpoint As per MSC1929. Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr> * Add changelog Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr> * Fix example indentation Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr> * Apply suggestions from code review Co-authored-by: Travis Ralston <travpc@gmail.com> * Fix line length Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr> * Add link to definiton of Matrix User ID Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr> * Fix copyright Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr> * Remove HTTP from supported protocols Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr> --------- Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr> Co-authored-by: Travis Ralston <travpc@gmail.com>
This commit is contained in:
parent
575c84d431
commit
44c16918fd
3 changed files with 138 additions and 0 deletions
|
@ -363,6 +363,8 @@ specify parameter values. The flow for this method is as follows:
|
|||
|
||||
{{% http-api spec="client-server" api="versions" %}}
|
||||
|
||||
{{% http-api spec="client-server" api="support" %}}
|
||||
|
||||
## Client Authentication
|
||||
|
||||
Most API endpoints require the user to identify themselves by presenting
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue