Skip to content

Commit

Permalink
schema fixes (#2191)
Browse files Browse the repository at this point in the history
* fix: eng-1838

* fix: small spelling change
  • Loading branch information
0xcadams authored May 25, 2024
1 parent a726f96 commit 3a65956
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions packages/api/src/schema/api-schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2253,7 +2253,7 @@ components:
- object
- "null"
description:
Whether the playback policy for a asset or stream is public or signed
Whether the playback policy for an asset or stream is public or signed
additionalProperties: false
required:
- type
Expand Down Expand Up @@ -4408,8 +4408,10 @@ paths:
- in: query
name: record
schema:
type: integer
example: 1
oneOf:
- type: boolean
- type: integer
example: true
description: |
Flag indicating if the response should only include recorded
sessions
Expand Down

0 comments on commit 3a65956

Please sign in to comment.