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'