mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-23 19:44:09 +01:00
Fix definition of application-service API security scheme
Use the recommended way of declaring the `Authorization: Bearer` header. Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
This commit is contained in:
parent
6e9ecd19c5
commit
e5b67f871c
|
|
@ -13,7 +13,6 @@
|
||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
homeserverAccessToken:
|
homeserverAccessToken:
|
||||||
type: apiKey
|
type: http
|
||||||
name: Authorization
|
scheme: bearer
|
||||||
in: header
|
|
||||||
description: The `Bearer` `hs_token` provided by the application service's registration.
|
description: The `Bearer` `hs_token` provided by the application service's registration.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue