Update a subscriptionAsk AIput https://www.bankingcircleconnect.com/api/v1/notificationselfservice/subscription/{id}Path ParamsiduuidrequiredSubscription identifierBody ParamsencryptionKeystring | nullUpdated 32 characters encryption keyendpointstring | nullUpdated URL where notifications are sent toemailstring | nullmaxNotificationsPerMessageint32 | null5 to 1000Maximum number of notifications per webhook messageHeadersIf-MatchstringrequiredSubscription concurrency token also labeled as rowVersion in the GET responsesacceptstringenumDefaults to application/jsonGenerated from available response content typesapplication/jsontext/jsontext/plainAllowed:application/jsontext/jsontext/plainResponses 200OK 400Bad request. Request is not correctly formulated or validation of input failed. Check the error description. 401Unauthorized. The server understood the request, but access is not allowed, e.g. calling user does not have access or the concurrency token was wrong or not up to date. 404Not found. There is no resource behind the URL, i.e. requested subscription does not exist. 500Internal Server Error. Something unexpected happened on BC Connect side.Updated 7 months ago