From 30aeca69d61a94c862fc938be4d07440d046c703 Mon Sep 17 00:00:00 2001 From: Joscha Feth Date: Wed, 12 Mar 2025 11:22:01 +0000 Subject: [PATCH] docs: add descriptions for token response --- personio-auth-api.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/personio-auth-api.yaml b/personio-auth-api.yaml index 8239a55..74a89c1 100644 --- a/personio-auth-api.yaml +++ b/personio-auth-api.yaml @@ -91,5 +91,7 @@ components: type: string expires_in: type: number + description: Expiration time in seconds. scope: - type: string \ No newline at end of file + type: string + description: The scope(s) this authentication token has access to; space-separated