v1

latestOpenAPI 3.0.02026-07-1411714.4 KB
Miscellaneous

Update partial Subscription

Updates partial information of a given subscription (formerly Recurrence).

patch/subscriptions/{recurrenceId}

Path parameters

recurrenceIdstring required

Headers

Content-Typestring required
Example:application/json

Type of the content being sent

Acceptstring required
Example:application/json

HTTP Client Negotiation Accept Header. Indicates the types of responses the client can understand

Request body

deliveryDayinteger required
deliveryWeekdaystring required
statusstring required

Example request

{
  "deliveryDay": 18,
  "deliveryWeekday": "Monday",
  "status": "inactive"
}