From 8efbbec306b1c0a5c95f82521cc9abc1fe0c1132 Mon Sep 17 00:00:00 2001 From: Jozef Kralik Date: Fri, 19 Jul 2024 15:15:35 +0000 Subject: [PATCH] fix sentence --- m2m-oauth-server/swagger.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m2m-oauth-server/swagger.yaml b/m2m-oauth-server/swagger.yaml index eadf1e51b..b1fbadab5 100644 --- a/m2m-oauth-server/swagger.yaml +++ b/m2m-oauth-server/swagger.yaml @@ -36,7 +36,7 @@ paths: description: "The name of the token which will be used in the name claim." expiration: type: integer - description: "The requested expiration time in seconds from the client. If not provided, the token will be max allowed by client." + description: "The requested expiration time in unit timestamp seconds from the client. If not provided, the token will use the maximum allowed by the client, or if it exceeds the maximum allowed, an error will occur." scope: type: string description: "The scopes that are requested, separated by space. Must be a subset of the allowed scopes for the client."