From 79791d9d5bc2335dda4cb9c5dba0ec0bc8d27ccc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Bonnet?= Date: Tue, 31 Oct 2023 12:41:06 +0100 Subject: [PATCH] fix: add workspace for the git token list --- src/schemas/GitTokenResponse.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/schemas/GitTokenResponse.yaml b/src/schemas/GitTokenResponse.yaml index d2ec30ad..7427d0a5 100644 --- a/src/schemas/GitTokenResponse.yaml +++ b/src/schemas/GitTokenResponse.yaml @@ -15,6 +15,9 @@ allOf: expired_at: type: string format: date + workspace: + type: string + description: Mandatory only for BITBUCKET git provider associated_services_count: type: number description: The number of services using this git token