Localize an entry

PUT https://{{base_url}}/v3/content_types/{{content_type_uid}}/entries/{{entry_uid}}?locale={{locale}}

The Localize an entry request allows you to localize an entry i.e., the entry will cease to fetch data from its fallback language and possess independent content specific to the selected locale.
To configure the permissions for your application via OAuth, please include the cm.entries.management:write scope.

To use the API Request, you will need to authenticate yourself either with a Management Token (highly recommended) or an Authtoken. 
Read more about it in Authentication.


For more information, refer to the Localize an entry API Reference document

Request Params

KeyDatatypeRequiredDescription
localestringEnter the code of the language to localize the entry of that particular language.
include_branchbooleanSet this to 'true' to include the '_branch' top-level key in the response. This key states the unique ID of the branch where the concerned Contentstack module resides.

Request Body

{"entry"=>{"title"=>"Home", "url"=>"/home-french", "locale"=>"en-us", "uid"=>"bltc123d123b123f91c1", "created_by"=>"blt55e55d55d5f55555a5b5f", "updated_by"=>"blt55e55d55d5f55555a5b5f", "created_at"=>"2017-06-13T12:34:52.083Z", "updated_at"=>"2018-12-28T06:33:06.752Z", "_version"=>2}}

HEADERS

KeyDatatypeRequiredDescription
api_keystringEnter the API key of the stack.
authtokenstringEnter your authtoken
authorizationstringFor this call we recommend you to use management token.
branchstringEnter your branch unique ID.
Content-Typestring