From 755892559d9fa376c3b95a6fb4916fc996645754 Mon Sep 17 00:00:00 2001 From: Ilia Semenov Date: Tue, 15 Aug 2023 12:03:59 -0700 Subject: [PATCH] Update cldthrd_api.yaml --- cldthrd_api.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cldthrd_api.yaml b/cldthrd_api.yaml index efc0142..418622d 100644 --- a/cldthrd_api.yaml +++ b/cldthrd_api.yaml @@ -2,8 +2,10 @@ openapi: 3.0.3 info: version: 0.0.1 title: Cloudthread API + servers: - url: 'https://api.cloudthread.io' + paths: /streams/ingest: post: @@ -364,7 +366,6 @@ components: items: type: string - schemas: StreamData: description: stream data @@ -599,7 +600,6 @@ components: items: $ref: '#/components/schemas/User' - CreateTeamRequest: properties: id: