Download OpenAPI specification:Download
name required | string The name of the song. |
artist required | string Artist who recorded the song. |
publish_year required | integer <int32> The year the song was recorded. |
{- "name": "The Thrill is Gone",
- "artist": "B.B. King",
- "publish_year": 1969
}
{- "id": "7ccc951a-25cf-4009-bfb1-b8ef4300db46",
- "name": "The Thrill is Gone",
- "artist": "B.B. King",
- "publish_year": 1969
}
id required | string Example: 7ccc951a-25cf-4009-bfb1-b8ef4300db46 The id of the song to retrieve. |
{- "id": "7ccc951a-25cf-4009-bfb1-b8ef4300db46",
- "name": "The Thrill is Gone",
- "artist": "B.B. King",
- "publish_year": 1969
}
id required | any Example: 7ccc951a-25cf-4009-bfb1-b8ef4300db46 The id of the song to update. |
name required | string The name of the song. |
artist required | string Artist who recorded the song. |
publish_year required | integer <int32> The year the song was recorded. |
{- "name": "The Thrill is Not Gone",
- "artist": "B.B. King",
- "publish_year": 1969
}
{- "id": "7ccc951a-25cf-4009-bfb1-b8ef4300db46",
- "name": "The Thrill is Not Gone",
- "artist": "B.B. King",
- "publish_year": 1969
}
id required | any Example: 7ccc951a-25cf-4009-bfb1-b8ef4300db46 The id of the song to update. |
name required | string The name of the song. |
artist | string Artist who recorded the song. |
publish_year | integer The year the song was recorded. |
{- "name": "The Thrill is Gone Again"
}
{- "id": "7ccc951a-25cf-4009-bfb1-b8ef4300db46",
- "name": "The Thrill is Gone Again",
- "artist": "B.B. King",
- "publish_year": 1969
}
id required | any Example: 7ccc951a-25cf-4009-bfb1-b8ef4300db46 The id of the song to update. |
{- "message": "Given identifier (ccc951a-25cf-4009-bfb1-b8ef4300db46) is invalid. Expected format: 8-4-4-4-12 hex."
}