Summary
Modifies a single rule in a rule template
Description
Modifies a single rule in a rule template
Route
PUT /policy-manager/rule-templates/:templateId/rules/:ruleId
Roles
admin
other
readonly
apiread
Parameters
DetailsExampleSchema
Name | Type | Required | Description |
---|---|---|---|
templateId | string | yes | id of the template |
ruleId | string | yes | id of the rule |
rule | object | yes | rule object |
Return
DetailsExampleSchema
Name | Type | Description |
---|---|---|
response | object | Response object with the document that was created. |