diff --git a/packages/api/src/schema/api-schema.yaml b/packages/api/src/schema/api-schema.yaml index 236d0e1c37..65b74d02c6 100644 --- a/packages/api/src/schema/api-schema.yaml +++ b/packages/api/src/schema/api-schema.yaml @@ -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: |-