mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-23 19:44:09 +01:00
Fix definition of server-server API security scheme
Use the recommended way of declaring HTTP Authorization header. Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
This commit is contained in:
parent
7da22f0761
commit
d9767cfc6f
|
|
@ -12,8 +12,8 @@
|
||||||
# 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.
|
||||||
signedRequest:
|
signedRequest:
|
||||||
type: apiKey
|
type: http
|
||||||
description: |-
|
description: |-
|
||||||
The `Authorization` header defined in the [Authentication](/server-server-api/#authentication) section.
|
The `Authorization: X-Matrix` header defined in the [Authentication](/server-server-api/#authentication)
|
||||||
name: Authorization
|
section.
|
||||||
in: header
|
scheme: X-Matrix
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue