📝(docs) add missing trailing slash

A trailing slash was missing in the documentation.
Spotted by T. Lemeur when integrating the API.
This commit is contained in:
lebaudantoine
2025-12-22 09:52:02 +01:00
committed by aleb_the_flash
parent c2c478c367
commit 493d7b96f1

View File

@@ -7,7 +7,7 @@ info:
#### Authentication Flow #### Authentication Flow
1. Exchange application credentials for a JWT token via `/external-api/v1.0/application/token`. 1. Exchange application credentials for a JWT token via `/external-api/v1.0/application/token/`.
2. Use the JWT token in the `Authorization: Bearer <token>` header for all subsequent requests. 2. Use the JWT token in the `Authorization: Bearer <token>` header for all subsequent requests.
3. Tokens are scoped and allow applications to act on behalf of specific users. 3. Tokens are scoped and allow applications to act on behalf of specific users.
@@ -39,7 +39,7 @@ tags:
description: Room management operations description: Room management operations
paths: paths:
/application/token: /application/token/:
post: post:
tags: tags:
- Authentication - Authentication
@@ -282,7 +282,7 @@ components:
scheme: bearer scheme: bearer
bearerFormat: JWT bearerFormat: JWT
description: | description: |
JWT token obtained from the `/application/token` endpoint. JWT token obtained from the `/application/token/` endpoint.
Include in requests as: `Authorization: Bearer <token>` Include in requests as: `Authorization: Bearer <token>`
schemas: schemas: