JIRA-REST
JIRA-REST copied to clipboard
[doc] `REST.pm`: Swap `POST` and `PUT` to match descriptions
POST
creates, PUT
updates with HTTP
In the examples PUT
is (rightfully) used for editing:
https://github.com/gnustavo/JIRA-REST/blob/5de3eb67533868dbe821795a0bde2268b2cee0cf/examples/edit_issue.pl#L50