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