Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions cldthrd_api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -364,7 +366,6 @@ components:
items:
type: string


schemas:
StreamData:
description: stream data
Expand Down Expand Up @@ -599,7 +600,6 @@ components:
items:
$ref: '#/components/schemas/User'


CreateTeamRequest:
properties:
id:
Expand Down