From 493d7b96f1d67de67b4fefdd1afa5643d54eda75 Mon Sep 17 00:00:00 2001 From: lebaudantoine Date: Mon, 22 Dec 2025 09:52:02 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D(docs)=20add=20missing=20trailing?= =?UTF-8?q?=20slash?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit A trailing slash was missing in the documentation. Spotted by T. Lemeur when integrating the API. --- docs/openapi.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/openapi.yaml b/docs/openapi.yaml index fc23ffdf..7b824e5f 100644 --- a/docs/openapi.yaml +++ b/docs/openapi.yaml @@ -7,7 +7,7 @@ info: #### 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 ` header for all subsequent requests. 3. Tokens are scoped and allow applications to act on behalf of specific users. @@ -39,7 +39,7 @@ tags: description: Room management operations paths: - /application/token: + /application/token/: post: tags: - Authentication @@ -282,7 +282,7 @@ components: scheme: bearer bearerFormat: JWT description: | - JWT token obtained from the `/application/token` endpoint. + JWT token obtained from the `/application/token/` endpoint. Include in requests as: `Authorization: Bearer ` schemas: