content/articles/{article_id}
PATCH {{base_url}}/{{base_path}}/content/articles/:article_id
Generated from a curl request:
curl -X PATCH '{{baseurl}}/{{basepath}}/content/articles/{{articleid}}' -H 'X-Joomla-Token: {{authapikey}}' -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 |