Skip to content

Commit

Permalink
Merge 9ba1762 into 828f4ee
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen Reichling committed Oct 5, 2016
2 parents 828f4ee + 9ba1762 commit 6ae2d79
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
extends: update
summary: Update a translation for a particular article
uri: "topics/{topic_id}/translations/{locale}"
responseClass: TopicTranslationModel
parameters:
topic_id: { extends: id, required: true, location: uri }
locale: { extends: TopicTranslationModel.locale, required: true, location: uri }
name: { extends: TopicTranslationModel.name, required: true }

0 comments on commit 6ae2d79

Please sign in to comment.