Skip to content

Commit

Permalink
0xcadams/create stream api fix (#2094)
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

* fix: api schema 201
  • Loading branch information
0xcadams authored Mar 9, 2024
1 parent e15d981 commit a95ee1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/api/src/schema/api-schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2545,7 +2545,7 @@ paths:
type: object
$ref: "#/components/schemas/new-stream-payload"
responses:
"200":
"201":
description: Success
content:
application/json:
Expand Down

0 comments on commit a95ee1c

Please sign in to comment.