Appearance
PUT/api/v1/me/feeds/{feedId}
Parameters 1
| Name | Type | Description |
|---|---|---|
feedIdrequired | path · integer |
ReturnsResponseSubscriberFeedView
AcceptsUpdateCustomFeedRequest
Response examples
200OK
{
"statusCode": 0,
"statusMessage": "string",
"data": {
"id": 0,
"title": "string",
"isDefault": true,
"enabled": true
},
"errors": [
{
"code": "string",
"message": "string",
"field": "string"
}
]
}