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

@ -13,7 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
homeserverAccessToken:
type: apiKey
name: Authorization
in: header
type: http
scheme: bearer
description: The `Bearer` `hs_token` provided by the application service's registration.

Loading…
Cancel
Save