PUT /releases/
This endpoint updates a release. Only the release owner or an admin can update a release. Only releases in βdraftβ or βrejectedβ status can be updated.Authentication
This endpoint requires authentication. Include your bearer token in the Authorization header.Path Parameters
Parameter | Type | In | Required | Description |
---|---|---|---|---|
id | string | path | β | Release ID |
Request Body
Example Request
Request Schema
Field | Type | Required | Description |
---|---|---|---|
title | string | β | The title of the release |
displayArtist | string | β | The display artist name |
artists | object | β | Artists and their roles |
format | string | β | Format of the release |
type | string | β | Type of release |
version | string | β | Version of the release |
label | string | β | Record label |
copyright | string | β | Copyright information |
mainGenre | array | β | Main genres of the release |
subGenre | array | β | Sub-genres of the release |
contributors | object | β | Contributors and their roles |
description | string | β | Description of the release |
metadata | object | β | Additional metadata |
explicit | string | β | Content rating: explicit, clean, or null (not specified) |
releaseDate | string | β | Release date |
preReleaseDate | string | β | Pre-release date |
Responses
β 200 - Success
β οΈ 400 - undefined
β οΈ 401 - undefined
β οΈ 404 - undefined
β 500 - undefined
Tags
Release
Authorizations
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Path Parameters
Release ID
Body
application/json
The title of the release
The display artist name
Artists and their roles
Format of the release
Available options:
Single
, EP
, Album
, Compilation
, Soundtrack
, Live
, Remix
, Remaster
Type of release
Available options:
Audio
, Video
, Mixed
Version of the release
Record label
Copyright information
Main genres of the release
Sub-genres of the release
Contributors and their roles
Description of the release
Additional metadata
Content rating: explicit, clean, or null (not specified)
Available options:
explicit
, clean
Release date
Pre-release date