Skip to content

Commit

Permalink
Merge 403af73 into 83c37da
Browse files Browse the repository at this point in the history
  • Loading branch information
clarakosi committed Apr 5, 2019
2 parents 83c37da + 403af73 commit 5d34896
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions v1/recommend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,26 +52,26 @@ paths:
uri: '{{options.host}}/{domain}/v1/article/creation/translation/{from_lang}/{default(seed_article,"")}'
x-monitor: false

/recommendation/article/creation/translation/{from_lang}/{seed_article}:
get:
<<: *recommendation_article_creation_translation_from-lang_get_spec
parameters:
- name: from_lang
in: path
description: The source language code
type: string
required: true
- name: seed_article
in: path
description: The article to use as a search seed
type: string
required: true
- name: count
in: query
description: The max number of articles to return
type: integer
required: false
default: 24
/recommendation/article/creation/translation/{from_lang}/{seed_article}:
get:
<<: *recommendation_article_creation_translation_from-lang_get_spec
parameters:
- name: from_lang
in: path
description: The source language code
type: string
required: true
- name: seed_article
in: path
description: The article to use as a search seed
type: string
required: true
- name: count
in: query
description: The max number of articles to return
type: integer
required: false
default: 24

/recommendation/article/creation/morelike/{seed_article}:
x-route-filters:
Expand Down

0 comments on commit 5d34896

Please sign in to comment.