config/application
PATCH {{base_url}}/{{base_path}}/config/application
Generated from a curl request:
curl -X PATCH '{{baseurl}}/{{basepath}}/config/application' -H 'X-Joomla-Token: {{auth_apikey}}' -H 'Content-Type: application/json' -d '{debug
:true,sitename
:123
}'
Request Body
{"debug"=>true, "sitename"=>"123"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |