Skip to content
Merged
Show file tree
Hide file tree
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
5 changes: 5 additions & 0 deletions api/swagger/swagger-v1-full.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5657,6 +5657,7 @@ components:
properties: {}
parental_warning_type:
type: string
nullable: true
is_stream_gated:
type: boolean
description: Whether or not the owner has restricted streaming behind an
Expand Down Expand Up @@ -6784,6 +6785,7 @@ components:
properties: {}
parental_warning_type:
type: string
nullable: true
playlist_artwork_full:
type: object
properties:
Expand Down Expand Up @@ -7475,6 +7477,7 @@ components:
properties: {}
parental_warning_type:
type: string
nullable: true
albums_response_full:
required:
- latest_chain_block
Expand Down Expand Up @@ -8769,6 +8772,7 @@ components:
properties: {}
parental_warning_type:
type: string
nullable: true
is_stream_gated:
type: boolean
description: Whether or not the owner has restricted streaming behind an
Expand Down Expand Up @@ -8927,6 +8931,7 @@ components:
properties: {}
parental_warning_type:
type: string
nullable: true
search_autocomplete_response:
required:
- latest_chain_block
Expand Down
81 changes: 81 additions & 0 deletions api/swagger/swagger-v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7115,6 +7115,7 @@ components:
type: string
parental_warning_type:
type: string
nullable: true
playlists_previously_containing_track:
type: object
preview:
Expand Down Expand Up @@ -7389,6 +7390,7 @@ components:
properties: {}
parental_warning_type:
type: string
nullable: true
playlist_artwork:
type: object
properties:
Expand Down Expand Up @@ -10117,10 +10119,66 @@ components:
$ref: "#/components/schemas/remix_parent_write"
ddex_app:
type: string
nullable: true
description: DDEX application identifier
ddex_release_ids:
type: object
nullable: true
description: DDEX release identifiers
artists:
type: array
nullable: true
items:
type: object
description: DDEX resource contributors / artists
resource_contributors:
type: array
nullable: true
items:
type: object
description: DDEX resource contributors
indirect_resource_contributors:
type: array
nullable: true
items:
type: object
description: DDEX indirect resource contributors
rights_controller:
type: object
nullable: true
description: DDEX rights controller
copyright_line:
type: object
nullable: true
description: DDEX copyright line
producer_copyright_line:
type: object
nullable: true
description: DDEX producer copyright line
parental_warning_type:
type: string
nullable: true
description: Parental warning type
cover_original_song_title:
type: string
nullable: true
description: Original song title for cover tracks
cover_original_artist:
type: string
nullable: true
description: Original artist for cover tracks
is_owned_by_user:
type: boolean
description: Whether the track is owned by the user
territory_codes:
type: array
nullable: true
items:
type: string
description: Territory codes for distribution
no_ai_use:
type: boolean
description: Whether AI use is prohibited
update_track_request_body:
type: object
description: Request body for updating track information. All fields are optional.
Expand Down Expand Up @@ -10277,8 +10335,27 @@ components:
ddex_app:
type: string
description: DDEX application identifier
ddex_release_ids:
type: object
nullable: true
description: DDEX release identifiers
artists:
type: array
nullable: true
items:
type: object
description: DDEX resource contributors / artists
copyright_line:
type: object
nullable: true
description: DDEX copyright line
producer_copyright_line:
type: object
nullable: true
description: DDEX producer copyright line
parental_warning_type:
type: string
nullable: true
description: Parental warning type
is_image_autogenerated:
type: boolean
Expand Down Expand Up @@ -10322,6 +10399,10 @@ components:
upc:
type: string
description: Universal Product Code (for albums)
parental_warning_type:
type: string
nullable: true
description: Parental warning type
create_user_request_body:
type: object
required:
Expand Down