v1
latestOpenAPI 3.0.12026-07-245277551.2 MBStock reports
Update report rules by id
Update a single report's rules.
Note: The API may throw a HTTP 404 if there are no reports found with a given id.
The API returns a 200 OK if the update was successful.
put/datainsights/v1.1/stock_reports/{stock_report_id}/rules
Path parameters
stock_report_idinteger required
Stock report id of the resource
Headers
X-PROPERTY-IDinteger required
Property id of the client
Request body
Example request
{
"feature_ids": [
"1"
],
"country_codes": [
"US"
]
}Response
OK
Example response
{
"feature_ids": [
"1"
],
"country_codes": [
"US"
]
}