From 4b6760d69d025c4e9707321f231aec8b51e0a360 Mon Sep 17 00:00:00 2001 From: robot-ci-heartex Date: Mon, 15 Sep 2025 18:36:15 +0000 Subject: [PATCH 1/2] Update OpenAPI YAML Workflow run: https://github.com/HumanSignal/label-studio-enterprise/actions/runs/17743041815 --- fern/openapi/openapi.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/fern/openapi/openapi.yaml b/fern/openapi/openapi.yaml index 497910b..ac86a8b 100644 --- a/fern/openapi/openapi.yaml +++ b/fern/openapi/openapi.yaml @@ -1343,7 +1343,7 @@ paths: x-fern-sdk-method-name: get_token /api/current-user/whoami: get: - description: Retrieve details of the account that you are using to access the API. + description: Make the whoami call on behalf of the user you are using to access the API. operationId: api_current_user_whoami_retrieve responses: '200': @@ -1354,7 +1354,7 @@ paths: description: '' security: - Token: [] - summary: Retrieve my user + summary: Whoami for current user tags: - Users x-fern-audiences: @@ -23795,6 +23795,7 @@ components: nullable: true type: integer active_organization_meta: + description: Active organization metadata readOnly: true type: string allow_newsletters: @@ -23872,6 +23873,7 @@ components: nullable: true type: integer active_organization_meta: + description: Active organization metadata readOnly: true type: string allow_newsletters: @@ -24907,6 +24909,7 @@ components: nullable: true type: integer active_organization_meta: + description: Active organization metadata readOnly: true type: string allow_newsletters: @@ -29738,6 +29741,7 @@ components: nullable: true type: integer active_organization_meta: + description: Active organization metadata readOnly: true type: string allow_newsletters: From 209cdb5e42e2f11a08ee4672993a41f67decb26b Mon Sep 17 00:00:00 2001 From: robot-ci-heartex Date: Mon, 15 Sep 2025 18:56:12 +0000 Subject: [PATCH 2/2] Update OpenAPI YAML Workflow run: https://github.com/HumanSignal/label-studio-enterprise/actions/runs/17743502256 --- fern/openapi/openapi.yaml | 40 +++++++++++++++++++++++++++++++++++---- 1 file changed, 36 insertions(+), 4 deletions(-) diff --git a/fern/openapi/openapi.yaml b/fern/openapi/openapi.yaml index ac86a8b..b8e4f26 100644 --- a/fern/openapi/openapi.yaml +++ b/fern/openapi/openapi.yaml @@ -23796,8 +23796,16 @@ components: type: integer active_organization_meta: description: Active organization metadata + properties: + email: + type: string + title: + type: string readOnly: true - type: string + required: + - email + - title + type: object allow_newsletters: description: Allow sending newsletters to user nullable: true @@ -23874,8 +23882,16 @@ components: type: integer active_organization_meta: description: Active organization metadata + properties: + email: + type: string + title: + type: string readOnly: true - type: string + required: + - email + - title + type: object allow_newsletters: description: Allow sending newsletters to user nullable: true @@ -24910,8 +24926,16 @@ components: type: integer active_organization_meta: description: Active organization metadata + properties: + email: + type: string + title: + type: string readOnly: true - type: string + required: + - email + - title + type: object allow_newsletters: description: Allow sending newsletters to user nullable: true @@ -29742,8 +29766,16 @@ components: type: integer active_organization_meta: description: Active organization metadata + properties: + email: + type: string + title: + type: string readOnly: true - type: string + required: + - email + - title + type: object allow_newsletters: description: Allow sending newsletters to user nullable: true