Patch ad productAsk AIpatch https://api.kevel.co/v1/forecaster/ad-products/{adProductId}Update one or more fields of a Yield Forecast Ad Product.Path ParamsadProductIdintegerrequiredThe ad product ID.Body ParamsA JSON object with one or more of the ad product fields that are updatable.namestringName of the ad product.descriptionstring | nullAn optional description of the ad product.enabledbooleanWhether the ad product is enabled. Only enabled ad products are considered when calculating results.truefalseHeadersacceptstringenumDefaults to application/jsonGenerated from available response content typesapplication/jsontext/plainAllowed:application/jsontext/plainResponses 200Normal response, containing the full updated JSON object with the ad product, if successful. 400The entity in the body is invalid. 404The entity doesn't exist.Updated 7 months ago