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>
pull/1772/head
Kévin Commaille 2 months ago
parent 7da22f0761
commit d9767cfc6f
No known key found for this signature in database
GPG Key ID: 29A48C1F03620416

@ -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…
Cancel
Save