Added POST to tag merging API
This commit is contained in:
parent
728d1d65de
commit
06d7c19556
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ class MergeTags extends AbstractTagRoute
|
||||||
|
|
||||||
public function getMethods()
|
public function getMethods()
|
||||||
{
|
{
|
||||||
return ['PUT'];
|
return ['POST', 'PUT'];
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getUrl()
|
public function getUrl()
|
||||||
|
|
Loading…
Reference in a new issue