newsfeeds/feeds/{feed_id}

PATCH {{base_url}}/{{base_path}}/newsfeeds/feeds/:feed_id

Generated from a curl request: curl -X PATCH '{{baseurl}}/{{basepath}}/newsfeeds/feeds/{{feedid}}' -H 'X-Joomla-Token: {{authapikey}}' -H 'Content-Type: application/json' -d '{access:1,alias:test2,catid:5,description:,"link":"http://samoylov/joomla/gsoc19_webservices/index.php","metadesc":,metakey:",name:Test"}'

Request Body

{"access"=>1, "alias"=>"test2", "catid"=>5, "description"=>"", "link"=>"http://samoylov/joomla/gsoc19_webservices/index.php", "metadesc"=>"", "metakey"=>"", "name"=>"Test"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring