@@ -271,6 +271,8 @@ This option allows you to add rule settings to your profile at creation or after
271271- ` relationships ` : Object containing rule settings that are associated to this profile:
272272- ` ruleSettings ` :
273273- ` data ` : An array of associated rule settings.
274+ - `type`: `"rule"`,
275+ - `id`: Rule id
274276- ` included ` : An array containing JSONAPI compliant data objects with following properties:
275277- ` type ` :` "rule" ` ,
276278- ` attributes ` : Object containing attributes of this type:
@@ -295,7 +297,7 @@ The expected behavior of this request to save a new profile and configure new ru
295297
296298Example request for new profile creation including rule settings:
297299```
298- curl -H "Content-Type: application/vnd.api+json" \
300+ curl -X POST - H "Content-Type: application/vnd.api+json" \
299301-H "Authorization: ApiKey YOUR-API-KEY" \
300302-d '
301303{
@@ -650,7 +652,7 @@ curl -X PATCH -H "Content-Type: application/vnd.api+json" \
650652 riskLevel: "HIGH",
651653 extraSettings: [],
652654 exceptions: {
653- tags:"[ UpdateTestTag]" ,
655+ tags:[" UpdateTestTag"] ,
654656 resources: []
655657 },
656658 ruleId: "S3-003"