From aadb55773e0fda90b9192f7b6c3b6fa267477205 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Thu, 19 Sep 2024 18:46:05 +0000 Subject: [PATCH] Update OpenAPI spec for v3 (Commit SHA: 296da5fe791d0d2e073b55bc6f1bdb645c931fdd) --- openapi-v3.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/openapi-v3.yaml b/openapi-v3.yaml index 283b07e..bee18d7 100644 --- a/openapi-v3.yaml +++ b/openapi-v3.yaml @@ -8356,6 +8356,9 @@ components: name: type: string description: The user-facing name to identify these credentials. + values: + description: Key/val pairs of creds values. When returned via API, encrypted + values will be excluded. state: type: integer default: 1 @@ -9166,6 +9169,8 @@ components: readOnly: true auth_provider_infos: readOnly: true + licenses: + readOnly: true required: - apitoken_last_used - auth_provider_infos @@ -9188,6 +9193,7 @@ components: - is_active - is_staff - last_login + - licenses - permissions - sso_only_user WatchSelectionItem: