diff --git a/Version-1.0-API.md b/Version-1.0-API.md index 1cc4b05..2114354 100644 --- a/Version-1.0-API.md +++ b/Version-1.0-API.md @@ -104,4 +104,14 @@ This page contains API documentation regarding version 1.0 if the API. For the s "genre":"Genre", "year":1970 } +``` +### Retrieve all Song Metadata +**URI**: https://icarus-demo.com/api/v1/song +**Method**: Get +**Authorization**: Bearer ``token`` +**Response body**: +```Json +[ + +] ``` \ No newline at end of file