Update liquidity alerting ThresholdCopy Pageput http://localhost:8080/v1/liquidity/thresholds/{thresholdId}Path ParamsthresholdIduuidrequiredThreshold IDBody ParamsBody of a request to update a liquidity threshold alert.activebooleanDetermines whether the threshold is active. If set to false,the threshold will not be checked and won't raise an alert in case of a breach.truefalseamountnumber≥ 1Relative percentage value for the threshold. Required if percental is set to true.percentint321 to 100Relative percentage value for the threshold. Required if percental is set to true.percentalbooleanCalculation method for the threshold: true: Threshold is set as a percentage of corresponding limit. When set to true, the percent field needs to be set. false: Threshold is set as an absolute value. When set to false, the amount field needs to be set. truefalseResponses 200Success 400Bad Request 403Forbidden 422Unprocessable Entity 500Internal Server Error 501Not ImplementedUpdated 14 days ago