modules/{app}/{module_id}
PATCH {{base_url}}/{{base_path}}/modules/:app/:module_id
Generated from a curl request:
curl -X PATCH '{{baseurl}}/{{basepath}}/modules/{{app}}/{{moduleid}}' -H 'X-Joomla-Token: {{authapikey}}' -H 'Content-Type: application/json' -d '{access
:1
,client_id
:0
,language
:*
,module
:mod_articles_archive
,note
:",
ordering:
1,
title:
New Title"}'
Request Body
{"access"=>"1", "client_id"=>"0", "language"=>"*", "module"=>"mod_articles_archive", "note"=>"", "ordering"=>"1", "title"=>"New Title"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |