Do not send notification emails ...
This commit is contained in:
parent
d5af196ee6
commit
d6e2eb5592
@ -160,7 +160,7 @@ class Api
|
|||||||
'type' => 'page',
|
'type' => 'page',
|
||||||
'space' => ['key' => $this->space],
|
'space' => ['key' => $this->space],
|
||||||
'ancestors' => [['type' => 'page', 'id' => $parent_id]],
|
'ancestors' => [['type' => 'page', 'id' => $parent_id]],
|
||||||
'version' => ['number' => $newVersion, "minorEdit" => false],
|
'version' => ['number' => $newVersion, "minorEdit" => true],
|
||||||
'title' => $title,
|
'title' => $title,
|
||||||
'body' => ['storage' => ['value' => $content, 'representation' => 'storage']]
|
'body' => ['storage' => ['value' => $content, 'representation' => 'storage']]
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user