Skip to content

Commit

Permalink
fix: missing property prevents build
Browse files Browse the repository at this point in the history
  • Loading branch information
jesperstarkar committed Nov 15, 2023
1 parent 87d4053 commit a64c090
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/openapi/api/definitions/ingest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,8 @@ resources:
required: true
content:
application/json:
$ref: '#/components/schemas/ingestPlaylist'
schema:
$ref: '#/components/schemas/ingestPlaylist'
responses:
200:
description: Playlist has been updated.
Expand Down

0 comments on commit a64c090

Please sign in to comment.