Skip to content

Commit

Permalink
fix sentence
Browse files Browse the repository at this point in the history
  • Loading branch information
jkralik committed Jul 19, 2024
1 parent e5eecb7 commit 8efbbec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion m2m-oauth-server/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down

0 comments on commit 8efbbec

Please sign in to comment.