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