modules/{app}

POST {{base_url}}/{{base_path}}/modules/:app

Generated from a curl request: curl -X POST '{{base url}}/{{base path}}/modules/{{app}}' -H 'X-Joomla-Token: {{auth apikey}}' -H 'Content-Type: application/json' -d '{ access : 1 , assigned :[ 101 , 105 ], assignment : 0 ,"client id : 0 , language : * , module : mod articles archive , note : , ordering : 1 , params :{ bootstrap size : 0 , cache : 1 , cache time : 900 , cachemode : static , count : 10 , header class : , header tag : h3 , layout : :default , module tag : div , moduleclass sfx : , style : 0 }, position : , publish down : , publish_up : , published : 1 , showtitle : 1 , title : Title"}'

Request Body

{"access"=>"1", "assigned"=>["101", "105"], "assignment"=>"0", "client_id"=>"0", "language"=>"*", "module"=>"mod_articles_archive", "note"=>"", "ordering"=>"1", "params"=>{"bootstrap_size"=>"0", "cache"=>"1", "cache_time"=>"900", "cachemode"=>"static", "count"=>"10", "header_class"=>"", "header_tag"=>"h3", "layout"=>"_:default", "module_tag"=>"div", "moduleclass_sfx"=>"", "style"=>"0"}, "position"=>"", "publish_down"=>"", "publish_up"=>"", "published"=>"1", "showtitle"=>"1", "title"=>"Title"}

HEADERS

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

RESPONSES

status: ``