From 631da1f534b256c03fbb34b18079caa176b740bc Mon Sep 17 00:00:00 2001 From: makseq Date: Wed, 20 Aug 2025 19:08:09 +0000 Subject: [PATCH 1/3] Update OpenAPI YAML Workflow run: https://github.com/HumanSignal/label-studio-enterprise/actions/runs/17107871839 --- fern/openapi/openapi.yaml | 44 --------------------------------------- 1 file changed, 44 deletions(-) diff --git a/fern/openapi/openapi.yaml b/fern/openapi/openapi.yaml index a12d398..0a7a70b 100644 --- a/fern/openapi/openapi.yaml +++ b/fern/openapi/openapi.yaml @@ -2663,12 +2663,6 @@ paths: description: Retrieve all the registered actions with descriptions that data manager can use. operationId: api_dm_actions_retrieve parameters: - - description: Organization ID - in: query - name: organization - required: true - schema: - type: integer - description: Project ID in: query name: project @@ -4257,39 +4251,6 @@ paths: - internal x-fern-sdk-group-name: labels x-fern-sdk-method-name: update - /api/llm/openai/chat/completions: - post: - description: Proxy requests to OpenAI /chat/completions and return the full response payload. - operationId: api_llm_openai_chat_completions_create - requestBody: - content: - application/json: - schema: - additionalProperties: {} - type: object - application/x-www-form-urlencoded: - schema: - additionalProperties: {} - type: object - multipart/form-data: - schema: - additionalProperties: {} - type: object - responses: - '200': - content: - application/json: - schema: - additionalProperties: {} - type: object - description: '' - security: - - Token: [] - summary: Proxy to OpenAI Chat Completions - tags: - - LLM - x-fern-audiences: - - internal /api/ml/: get: description: "\n List all configured ML backends for a specific project by ID.\n Use the following cURL command:\n ```bash\n curl http://localhost:8000/api/ml?project={project_id} -H 'Authorization: Token abc123'\n " @@ -17628,14 +17589,9 @@ components: id: readOnly: true type: integer - size: - nullable: true - readOnly: true - type: integer required: - file - id - - size type: object Filter: properties: From 9acd60c4d55fcc783ae60f4ebaf269c4a664009a Mon Sep 17 00:00:00 2001 From: robot-ci-heartex Date: Wed, 20 Aug 2025 19:14:33 +0000 Subject: [PATCH 2/3] Update OpenAPI YAML Workflow run: https://github.com/HumanSignal/label-studio-enterprise/actions/runs/17108009977 --- fern/openapi/openapi.yaml | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/fern/openapi/openapi.yaml b/fern/openapi/openapi.yaml index 0a7a70b..cdf7ad5 100644 --- a/fern/openapi/openapi.yaml +++ b/fern/openapi/openapi.yaml @@ -4251,6 +4251,39 @@ paths: - internal x-fern-sdk-group-name: labels x-fern-sdk-method-name: update + /api/llm/openai/chat/completions: + post: + description: Proxy requests to OpenAI /chat/completions and return the full response payload. + operationId: api_llm_openai_chat_completions_create + requestBody: + content: + application/json: + schema: + additionalProperties: {} + type: object + application/x-www-form-urlencoded: + schema: + additionalProperties: {} + type: object + multipart/form-data: + schema: + additionalProperties: {} + type: object + responses: + '200': + content: + application/json: + schema: + additionalProperties: {} + type: object + description: '' + security: + - Token: [] + summary: Proxy to OpenAI Chat Completions + tags: + - LLM + x-fern-audiences: + - internal /api/ml/: get: description: "\n List all configured ML backends for a specific project by ID.\n Use the following cURL command:\n ```bash\n curl http://localhost:8000/api/ml?project={project_id} -H 'Authorization: Token abc123'\n " From f89fa7e44ff972399329df50b21711ed52c1910d Mon Sep 17 00:00:00 2001 From: robot-ci-heartex Date: Wed, 20 Aug 2025 19:17:46 +0000 Subject: [PATCH 3/3] Update OpenAPI YAML Workflow run: https://github.com/HumanSignal/label-studio-enterprise/actions/runs/17108045261 --- fern/openapi/openapi.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/fern/openapi/openapi.yaml b/fern/openapi/openapi.yaml index cdf7ad5..85accf9 100644 --- a/fern/openapi/openapi.yaml +++ b/fern/openapi/openapi.yaml @@ -17622,9 +17622,14 @@ components: id: readOnly: true type: integer + size: + nullable: true + readOnly: true + type: integer required: - file - id + - size type: object Filter: properties: