From 06a5b9b17ee51ad57294150d803b1900e3c98b01 Mon Sep 17 00:00:00 2001 From: lebaudantoine Date: Wed, 22 Oct 2025 05:01:41 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A9=B9(doc)=20fix=20wrong=20endpoint=20pa?= =?UTF-8?q?th?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Applications to application in the application/token endpoint. Spotted by external contributor. --- docs/openapi.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/openapi.yaml b/docs/openapi.yaml index d13f8458..617cde50 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/applications/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. @@ -40,7 +40,7 @@ tags: description: Room management operations paths: - /applications/token: + /application/token: post: tags: - Authentication @@ -283,7 +283,7 @@ components: scheme: bearer bearerFormat: JWT description: | - JWT token obtained from the `/applications/token` endpoint. + JWT token obtained from the `/application/token` endpoint. Include in requests as: `Authorization: Bearer ` schemas: