Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit7ca036f

Browse files
myrdaprozaFunctionalWorm
authored andcommitted
fix: PD-3407 Fixed tags typo
1 parent04af5b2 commit7ca036f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

‎Profiles.md‎

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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

296298
Example 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"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp