Skip to content

Commit

Permalink
added log file
Browse files Browse the repository at this point in the history
  • Loading branch information
Akshat2Jain committed Aug 4, 2023
1 parent 33d5781 commit 3686152
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/source/endpoints/translations.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ exising translation using two parameters: `translationOf` and `language`.
:language: http
```


## Get location in the tree for new translations

When you create a translation in Plone, there are policies in place for finding a suitable placement for it.
Expand All @@ -121,6 +122,7 @@ This endpoint returns the proper placement for the newly created translation:
:language: http
```


## Expansion

This endpoint can be used with the {doc}`expansion` mechanism which allows getting additional information about a content item in one query, avoiding unnecessary requests.
Expand Down
1 change: 1 addition & 0 deletions news/1374.documentation
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Added translation code through expansion. @Akshat2Jain

0 comments on commit 3686152

Please sign in to comment.