Skip to content

Commit

Permalink
Create stream api fix (#2091)
Browse files Browse the repository at this point in the history
* fix: moved upload via URL to separate API schema and added docs

* fix: ref out and fix descriptions

* fix: refs

* fix: change stream create to singular
  • Loading branch information
0xcadams authored Mar 7, 2024
1 parent 8fae3f7 commit ae6c978
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/api/src/schema/api-schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2550,9 +2550,7 @@ paths:
content:
application/json:
schema:
type: array
items:
$ref: "#/components/schemas/stream"
$ref: "#/components/schemas/stream"
default:
description: Error
content:
Expand Down

0 comments on commit ae6c978

Please sign in to comment.