From 0408e578a2494212d4dce210897df0a274dbda1d Mon Sep 17 00:00:00 2001 From: otomi-admin <63190600+ferruhcihan@users.noreply.github.com> Date: Wed, 4 Feb 2026 13:06:47 +0100 Subject: [PATCH] fix: delete cloudtty 403 error --- src/openapi/api.yaml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/openapi/api.yaml b/src/openapi/api.yaml index c18a6525..301e3d26 100644 --- a/src/openapi/api.yaml +++ b/src/openapi/api.yaml @@ -1518,17 +1518,17 @@ paths: type: string '/v2/cloudtty': + parameters: + - name: teamId + in: query + description: Id of the team + schema: + type: string get: operationId: connectAplCloudtty x-eov-operation-handler: v2/cloudtty description: Get a cloudtty iFrameUrl x-aclSchema: Cloudtty - parameters: - - name: teamId - in: query - description: Id of the team - schema: - type: string responses: '400': $ref: '#/components/responses/BadRequest' @@ -1550,17 +1550,17 @@ paths: description: Successfully removed cloudtty url '/v1/cloudtty': + parameters: + - name: teamId + in: query + description: Id of the team + schema: + type: string get: operationId: connectCloudtty x-eov-operation-handler: v1/cloudtty description: Get a cloudtty iFrameUrl x-aclSchema: Cloudtty - parameters: - - name: teamId - in: query - description: Id of the team - schema: - type: string responses: '400': $ref: '#/components/responses/BadRequest'