"description":"Returns an article with a specific numeric ID",
"description":"Returns an article with a specific numeric ID",
...
@@ -56,7 +56,7 @@
...
@@ -56,7 +56,7 @@
}
}
}
}
},
},
"/article/{dict_id}/search":{
"/dict/{dict_id}/article/search":{
"get":{
"get":{
"summary":"Search for a word",
"summary":"Search for a word",
"description":"Search for words as an article lemmas, or words occurring in certain article elements. For instance, old norse _fljúga_ will match the article for modern Norwegian verb _fly_ (meaning to fly)",
"description":"Search for words as an article lemmas, or words occurring in certain article elements. For instance, old norse _fljúga_ will match the article for modern Norwegian verb _fly_ (meaning to fly)",
...
@@ -99,7 +99,7 @@
...
@@ -99,7 +99,7 @@
}
}
}
}
},
},
"/article/{dict_id}/suggest":{
"/dict/{dict_id}/article/suggest":{
"get":{
"get":{
"summary":"Get autocomplete suggestions for a prefix",
"summary":"Get autocomplete suggestions for a prefix",
"description":"Returns articles for words that begin with the prefix specified in query string 'q'",
"description":"Returns articles for words that begin with the prefix specified in query string 'q'",