Skip to content

Commit

Permalink
Getting content in other languages
Browse files Browse the repository at this point in the history
  • Loading branch information
PawelAwmous committed Oct 10, 2018
1 parent 26b4794 commit 6e170f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion endpoints/sitemaps/page.md
Expand Up @@ -218,4 +218,4 @@ type | string | Element type, one of: `wysiwyg`, `text`, `image`, `video`, `file
content | string/array | Element content
options | array | Element options, one of: `label`, `tag`, `tag_class`, `tag_id`, `tag_html_before`, `tag_html_after`

*Note:* If you have added multiple languages - this will return only the default's language content. To get content in other languages please add its identifier to the URL: `GET /v1/sitemaps/<sitemap_id>/page/<page_id>/content/<language>`. The list of available languages can be obtained [from the Site Settings](./content.md#get-site-settings).
**Note:** If you have added multiple languages - this will return only the default's language content. To get content in other languages please add its identifier to the URL: `GET /v1/sitemaps/<sitemap_id>/page/<page_id>/content/<language>`. The list of available languages can be obtained [from the Site Settings](./content.md#get-site-settings).

0 comments on commit 6e170f6

Please sign in to comment.