Merge pull request #658 from d-kuro/feature/fix-yaml
Fix patchesJson6902 example patch file.
This commit is contained in:
commit
5b63b0fd89
|
@ -351,7 +351,7 @@ Path field is a relative file path of a JSON patch file. File contents can be e
|
|||
- op: add
|
||||
path: /some/new/path
|
||||
value: value
|
||||
- op:replace
|
||||
- op: replace
|
||||
path: /some/existing/path
|
||||
value: new value
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue