Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions docs/plugins-v2/json-store.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,7 @@ Syntax:
- ${jsonStore.upsert(storeName, itemPath, data)}
```

The `data` parameter must be a Java object. Only types that can be represented
in JSON are supported: Java lists, maps, strings, numbers, boolean values, etc.
The `data` parameter must be a JSON-serializable Java Map object.

If the `orgName` parameter is omitted the current organization is used.
The task uses the current process' organization name if the `orgName` parameter
Expand Down