addedInput schema / examples
Added value: +[
+ {
+ "id": "0198c1f4b2c07a1b9e4d5f6a7b8c9d0e",
+ "notes": "Paused while travelling",
+ "status": "Paused"
+ }
+]
addedInput schema / properties / fee / description
Added value: +"The recurring charge for this subscription. Omit to leave unchanged."
changedInput schema / properties / fee / properties / currencyCode / description
Previous value: -"ISO currency code"New value: +"ISO 4217 currency code (3 letters)."
addedInput schema / properties / fee / properties / currencyCode / examples
Added value: +[
+ "USD"
+]
changedInput schema / properties / fee / properties / value / description
Previous value: -"Amount in smallest currency unit"New value: +"Amount in the smallest currency unit (e.g. cents for USD)."
addedInput schema / properties / fee / properties / value / examples
Added value: +[
+ 1599
+]
addedInput schema / properties / id / description
Added value: +"ID of the subscription to update."
addedInput schema / properties / id / examples
Added value: +[
+ "0198c1f4b2c07a1b9e4d5f6a7b8c9d0e"
+]
addedInput schema / properties / name / description
Added value: +"Display name of the subscription. Omit to leave unchanged."
addedInput schema / properties / notes / description
Added value: +"Free-text notes about the subscription. Omit to leave unchanged, or send an empty string to clear the notes."
changedInput schema / properties / renewalCronExpression / description
Previous value: -"Cron expression for renewal"New value: +"Cron expression describing how often the subscription renews. Must not repeat more frequently than once a day. Omit to leave unchanged, or send an empty string to clear the renewal schedule."
addedInput schema / properties / renewalCronExpression / examples
Added value: +[
+ "0 0 1 * *"
+]
addedInput schema / properties / status / description
Added value: +"New lifecycle status for the subscription. Omit to leave unchanged."