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:
Kévin Commaille 2024-03-29 12:17:01 +01:00
parent 7da22f0761
commit d9767cfc6f
No known key found for this signature in database
GPG key ID: 29A48C1F03620416

View file

@ -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