Add option to use query string

pull/1961/head
Travis Ralston 5 years ago
parent 0bab70c14e
commit d8283b9cdf

@ -8,7 +8,8 @@ manager. This proposal covers the authentication portion of that API.
All specified APIs (except `/register`) will take an `Authorization` header with a `Bearer` token returned
from a call to `/register`. This token is used to authorize the request and to identify who is making the
request.
request. The token may also be specified as the `access_token` query string parameter, similar to the
Client-Server API.
#### POST /_matrix/integrations/v1/account/register

Loading…
Cancel
Save