Update a SubscriptionAsk AIpatch https://sandbox.signup.nmi.com/api/v1/subscriptions/{subscription}Updates an subscription Required scope: subscriptions:writePath Paramssubscriptionstringrequiredlength between 20 and 20The ID of the subscription to updateBody ParamsUpdate subscription payloadcallback_urlstringlength ≤ 1024The callback URL of the subscription.secretstringlength between 6 and 64The secret key is used to generate a secure signature with the HMAC-SHA256 hashing algorithm, which is included in the webhook event Signature header.eventsarray of stringslength ≤ 1000Subscription eventseventsADD stringHeadersIdempotency-Keystringlength between 10 and 100Provide a random key (for example, UUID) to make the request idempotentResponses 200Subscription updated successfully 404Error response for resource not foundUpdated 6 months ago