templates/styles/{app}
POST {{base_url}}/{{base_path}}/templates/styles/:app
Generated from a curl request:
curl -X POST '{{baseurl}}/{{basepath}}/templates/styles/{{app}}' -H 'X-Joomla-Token: {{auth_apikey}}' -H 'Content-Type: application/json' -d '{home
:0
,params
:{fluidContainer
:0
,logoFile
:",
sidebarLeftWidth:
3,
sidebarRightWidth:
3},
template:
cassiopeia,
title:
cassiopeia - Some Text"}'
Request Body
{"home"=>"0", "params"=>{"fluidContainer"=>"0", "logoFile"=>"", "sidebarLeftWidth"=>"3", "sidebarRightWidth"=>"3"}, "template"=>"cassiopeia", "title"=>"cassiopeia - Some Text"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |