newsfeeds/feeds/{feed_id}
PATCH {{base_url}}/{{base_path}}/newsfeeds/feeds/:feed_id
Generated from a curl request:
curl -X PATCH '{{base
url}}/{{base
path}}/newsfeeds/feeds/{{feed
id}}' -H 'X-Joomla-Token: {{auth
apikey}}' -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
| Key | Datatype | Required | Description |
| Content-Type
| string | | |
RESPONSES
status: ``