modules/{app}/{module_id}

PATCH {{base_url}}/{{base_path}}/modules/:app/:module_id

Generated from a curl request: curl -X PATCH '{{base url}}/{{base path}}/modules/{{app}}/{{module id}}' -H 'X-Joomla-Token: {{auth apikey}}' -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 | | |

RESPONSES

status: ``