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 '{{base url}}/{{base path}}/languages/overrides/{{app}}/{{lang code}}/{{constant id}}' -H 'X-Joomla-Token: {{auth apikey}}' -H 'Content-Type: application/json' -d '{ key :"new key , override : new text"}'

Request Body

{"key"=>"new_key", "override"=>"new text"}

HEADERS

| Key | Datatype | Required | Description | | Content-Type | string | | |

RESPONSES

status: ``