Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions api/swagger/swagger-v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10962,6 +10962,12 @@ components:
items:
type: string
description: Wallet addresses that can sign to authorize stream access (programmable distribution). When empty or omitted, the track is public and validator/creator nodes can serve it.
allowed_api_keys:
type: array
nullable: true
items:
type: string
description: API keys allowed to stream this track
stream_conditions:
nullable: true
allOf:
Expand Down Expand Up @@ -11191,6 +11197,12 @@ components:
items:
type: string
description: Wallet addresses that can sign to authorize stream access (programmable distribution). When empty or omitted, the track is public and validator/creator nodes can serve it.
allowed_api_keys:
type: array
nullable: true
items:
type: string
description: API keys allowed to stream this track
stream_conditions:
nullable: true
allOf:
Expand Down
Loading