languages
POST {{base_url}}/{{base_path}}/languages
Generated from a curl request:
curl -X POST '{{baseurl}}/{{basepath}}/languages' -H 'X-Joomla-Token: {{authapikey}}' -H 'Content-Type: application/json' -d '{package
:"pkgfr-FR"}'
Request Body
{"package"=>"pkg_fr-FR"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |