content/articles/{article_id}

PATCH {{base_url}}/{{base_path}}/content/articles/:article_id

Generated from a curl request: curl -X PATCH '{{base url}}/{{base path}}/content/articles/{{article id}}' -H 'X-Joomla-Token: {{auth apikey}}' -H 'Content-Type: application/json' -d '{ catid :64, title : Updated article }'

Request Body

{"catid"=>64, "title"=>"Updated article"}

HEADERS

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

RESPONSES

status: ``