Skip to content

Commit

Permalink
api: stream: added isMobile to pull streams (#2150)
Browse files Browse the repository at this point in the history
  • Loading branch information
gioelecerati committed Apr 29, 2024
1 parent a109bbe commit 3bf7b17
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/api/src/schema/api-schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -543,6 +543,11 @@ components:
type: string
example:
Authorization: "Bearer 123"
isMobile:
type: boolean
description: |-
If true, the stream will be pulled from a mobile source.
default: false
location:
type: object
description: |-
Expand Down

0 comments on commit 3bf7b17

Please sign in to comment.