| projectID | false | either projectID or projectName is required | Project ID for which data should be saved | 1 |
|---|
| projectName | false | | Project Name for which data should be saved | ECM Matthew |
|---|
| key | true | N/A | key path for the data | collation/regularized/Rev.1.1 |
|---|
| subKey | false | | optional, a subKey to differentiate this data at the key path, if multiple values will be stored for this key | draft |
|---|
| userName | false | | optional, scope this data for individual user | jsmith |
|---|
| data | false | must supply either {data} or {dataConvert} | body of data to set | |
|---|
| dataConvert | false | | save as above, but converts from iso8859-1 datastream | |
|---|
| push | false | false | Should the repository be pushed immediately | true |
|---|
| sessionHash | false | the open session for the current user | optional, use a specific session hash token | |
|---|
| format | false | specified at session open | response output format (json|xml|csv|gchart) | json |
|---|