curl --request POST \
--url https://api.siftstack.com/api/v1/rules:updateJson \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"request": {
"assetId": "<string>",
"rulesJson": "<string>",
"organizationId": "<string>"
}
}
'{
"response": {
"success": true,
"totalRulesCount": 123,
"rulesCreatedCount": 123,
"rulesUpdatedCount": 123,
"rulesDeletedCount": 123,
"errorMessages": "<string>"
}
}Batch update rules given the rules_json which is a JSON list of rules.
curl --request POST \
--url https://api.siftstack.com/api/v1/rules:updateJson \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"request": {
"assetId": "<string>",
"rulesJson": "<string>",
"organizationId": "<string>"
}
}
'{
"response": {
"success": true,
"totalRulesCount": 123,
"rulesCreatedCount": 123,
"rulesUpdatedCount": 123,
"rulesDeletedCount": 123,
"errorMessages": "<string>"
}
}Documentation Index
Fetch the complete documentation index at: https://docs.siftstack.com/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?