UpdateSpendingLimitAsk AIput https://<platform>-mgmt.mcm-api.moloco.com/rmp/mgmt/v1/platforms/{platform_id}/ad-accounts/{ad_account_id}/spending-limits/{spending_limit_id}Update a spending limit.Path Paramsplatform_idstringrequiredThe Platform id.ad_account_idstringrequiredThe AdAccount id.spending_limit_idstringrequiredThe Spend Limit id.Body Paramsupdate_amountobjectA monetary amount in a specific currency; the unit is micro at fixed point value for accurate accumulation operation. For example, {"currency": "USD", "amount_micro": "1234"} means $0.001234.update_amount objectResponses 200A successful response. 400Bad request. Detailed cause can be found in the response message. 401Unauthorized. 403Permission denied. 404Not found. One or more required resources do not exist.You can see the details in the response message. 500Internal server error. Detailed cause can be found in the response message.Updated about 1 year ago