Update a single subscription entry
PATCH
/subscriptions/{guid}
Update information about a single subscription specified in the path
Authorizations
Parameters
Path Parameters
guid
required
string format: guid
Example
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
object
new_feed_url
string format: url
new_guid
string format: uuid
is_subscribed
boolean
Responses
200
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
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
401
Unauthorized
object
code
required
string
message
required
string
Example
object
code
required
string
message
required
string
Example
404
Not found
object
code
required
string
message
required
string
Example
object
code
required
string
message
required
string
Example
405
Validation exception
object
code
required
string
message
required
string
Example
object
code
required
string
message
required
string