···44 "defs": {
55 "main": {
66 "type": "query",
77- "description": "Get a song by its uri",
77+ "description": "Matches a song against Rocksky’s music database and external metadata providers to resolve the best canonical track, artist, and album",
88 "parameters": {
99 "type": "params",
1010 "required": [
+1-1
apps/api/pkl/defs/song/matchSong.pkl
···55defs = new Mapping<String, Query> {
66 ["main"] {
77 type = "query"
88- description = "Get a song by its uri"
88+ description = "Matches a song against Rocksky’s music database and external metadata providers to resolve the best canonical track, artist, and album"
99 parameters = new Params {
1010 required = List("title", "artist")
1111 properties {
+2-1
apps/api/src/lexicon/lexicons.ts
···55515551 defs: {
55525552 main: {
55535553 type: "query",
55545554- description: "Get a song by its uri",
55545554+ description:
55555555+ "Matches a song against Rocksky’s music database and external metadata providers to resolve the best canonical track, artist, and album",
55555556 parameters: {
55565557 type: "params",
55575558 required: ["title", "artist"],