Skip to content

Commit

Permalink
Added POST to tag merging API
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcin Kurczewski committed Nov 28, 2014
1 parent 728d1d6 commit 06d7c19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Routes/Tags/MergeTags.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public function __construct(

public function getMethods()
{
return ['PUT'];
return ['POST', 'PUT'];
}

public function getUrl()
Expand Down

0 comments on commit 06d7c19

Please sign in to comment.