Skip to main content

Update album

POST 

/api/album/:albumId

Update an album

Request

Path Parameters

    albumId integerrequired

    ID of the album

Body

    name string

Responses

OK

Schema

    type string
    id integer
    name string

    artist

    object

    id integer
    name integer
    cover string
    is_compilation boolean
    is_single boolean
    year integer
Loading...