languages/overrides/{app}/{lang_code}/{constant_id}
PATCH {{base_url}}/{{base_path}}/languages/overrides/:app/:lang_code/:constant_id
Generated from a curl request:
curl -X PATCH '{{baseurl}}/{{basepath}}/languages/overrides/{{app}}/{{langcode}}/{{constantid}}' -H 'X-Joomla-Token: {{authapikey}}' -H 'Content-Type: application/json' -d '{key
:"newkey,
override:
new text"}'
Request Body
{"key"=>"new_key", "override"=>"new text"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |