... | ... | @@ -35,7 +35,10 @@ For example, say we have a channel with a `json_document` import which expects a |
|
|
"Payload Title",
|
|
|
{
|
|
|
"name" : "This is the document name",
|
|
|
"value" : "And it has a value"
|
|
|
"body" : {
|
|
|
"title" : "Document Title",
|
|
|
"body" : "Doc Body"
|
|
|
}
|
|
|
}
|
|
|
]
|
|
|
}
|
... | ... | |