.entry.create()
Function Example
/// Create instance
const connection = urchin(...config);
const connection.entry.create([...EntryInput]);
Parameters for EntryInput
label (* required)
description
type
default
valid values
Response Example
[
{
template: "5SKNwTC2Svdd7AbynWTSwPdyZitDcLVcFeQrkqQ137Hd",
taxonomy: [],
immutable: false,
archived: false,
inputs: [
{
headline: "this is a blog post",
stage: "published",
"featured image": "./hero.img",
body: "this is the body of the post."
}
]
}
]Last updated