Correct a parameter order swap in "diffusion.historyquery" for Mercurial
[phabricator.git] / src / applications / almanac / conduit / AlmanacNamespaceEditConduitAPIMethod.php
blobe739cd6bb7cfa81ca4c92095c39fa6f99bf217fc
1 <?php
3 final class AlmanacNamespaceEditConduitAPIMethod
4 extends PhabricatorEditEngineAPIMethod {
6 public function getAPIMethodName() {
7 return 'almanac.namespace.edit';
10 public function newEditEngine() {
11 return new AlmanacNamespaceEditEngine();
14 public function getMethodSummary() {
15 return pht(
16 'Apply transactions to create a new namespace or edit an existing one.');