mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-23 11:34: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
|
||||
# limitations under the License.
|
||||
signedRequest:
|
||||
type: apiKey
|
||||
type: http
|
||||
description: |-
|
||||
The `Authorization` header defined in the [Authentication](/server-server-api/#authentication) section.
|
||||
name: Authorization
|
||||
in: header
|
||||
The `Authorization: X-Matrix` header defined in the [Authentication](/server-server-api/#authentication)
|
||||
section.
|
||||
scheme: X-Matrix
|
||||
|
|
|
|||
Loading…
Reference in a new issue