languages/content
POST {{base_url}}/{{base_path}}/languages/content
Generated from a curl request:
curl -X POST '{{baseurl}}/{{basepath}}/languages/content' -H 'X-Joomla-Token: {{authapikey}}' -H 'Content-Type: application/json' -d '{access
:1,description
:",
image:
frFR,
langcode:
fr-FR,
metadesc:
,
metakey:
,
ordering:1,
published:0,
sef:
fk,
sitename:
,
title:
French (FR),
titlenative:
Français (France)"}'
Request Body
{"access"=>1, "description"=>"", "image"=>"fr_FR", "lang_code"=>"fr-FR", "metadesc"=>"", "metakey"=>"", "ordering"=>1, "published"=>0, "sef"=>"fk", "sitename"=>"", "title"=>"French (FR)", "title_native"=>"Français (France)"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |