Skip to main content

Combine albums

POST 

/api/combineAlbums

Combine 2 or more albums to one

Request

Body

    albums array

Responses

OK

Schema

    removed

    object[]

  • Array [

  • type string
    id integer
    name string

    artist

    object

    id integer
    name integer
    cover string
    is_compilation boolean
    is_single boolean
    year integer
  • ]

  • albums string
Loading...