Do not send notification emails ...

This commit is contained in:
Stéphane Goetz 2015-10-27 16:02:12 +01:00
parent d5af196ee6
commit d6e2eb5592
1 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,7 @@ class Api
'type' => 'page',
'space' => ['key' => $this->space],
'ancestors' => [['type' => 'page', 'id' => $parent_id]],
'version' => ['number' => $newVersion, "minorEdit" => false],
'version' => ['number' => $newVersion, "minorEdit" => true],
'title' => $title,
'body' => ['storage' => ['value' => $content, 'representation' => 'storage']]
];