Update a single subscription entry
PATCH
/subscriptions/{guid}
Update information about a single subscription specified in the path
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” guid
required
string format: guid
Example
968cb508-803c-493c-8ff2-9e397dadb83cRequest Body
Section titled “Request Body ”A request containing new information to update an existing subscription with
object
new_feed_url
string format: url
new_guid
string format: uuid
is_subscribed
boolean
Example
{ "new_feed_url": "https://example.com/rss5", "new_guid": "965fcecf-ce04-482b-b57c-3119b866cc61", "is_subscribed": false}object
new_feed_url
string format: url
new_guid
string format: uuid
is_subscribed
boolean
Example
{ "new_feed_url": "https://example.com/rss5", "new_guid": "965fcecf-ce04-482b-b57c-3119b866cc61", "is_subscribed": false}Responses
Section titled “ Responses ”Successful operation
object
new_feed_url
string format: url
is_subscribed
boolean
subscription_changed
string format: date-time
new_guid
string format: uuid
guid_changed
string format: date-time
Example
{ "new_feed_url": "https://example.com/rss5", "is_subscribed": false, "subscription_changed": "2023-02-23T14:41:00.000Z", "guid_changed": "2023-02-23T14:41:00.000Z", "new_guid": "965fcecf-ce04-482b-b57c-3119b866cc61"}object
new_feed_url
string format: url
is_subscribed
boolean
subscription_changed
string format: date-time
new_guid
string format: uuid
guid_changed
string format: date-time
Example
{ "new_feed_url": "https://example.com/rss5", "is_subscribed": false, "subscription_changed": "2023-02-23T14:41:00.000Z", "guid_changed": "2023-02-23T14:41:00.000Z", "new_guid": "965fcecf-ce04-482b-b57c-3119b866cc61"}Unauthorized
object
code
required
string
message
required
string
Example
{ "code": 401, "message": "User not authorized"}object
code
required
string
message
required
string
Example
{ "code": 401, "message": "User not authorized"}Not found
object
code
required
string
message
required
string
Example
{ "code": 404, "message": "Resource not found"}object
code
required
string
message
required
string
Example
{ "code": 404, "message": "Resource not found"}Validation exception
object
code
required
string
message
required
string
Example
{ "code": 405, "message": "Input could not be validated"}object
code
required
string
message
required
string
Example
{ "code": 405, "message": "Input could not be validated"}