]> git.immae.eu Git - github/shaarli/Shaarli.git/commit
REST API: implement PUT method 840/head
authorArthurHoaro <arthur@hoa.ro>
Sat, 1 Apr 2017 09:11:25 +0000 (11:11 +0200)
committerArthurHoaro <arthur@hoa.ro>
Sun, 7 May 2017 13:49:16 +0000 (15:49 +0200)
commitcf9181dddf8b6113b1b017e4bcb21fac0a0b1c83
treed8426d3b7b61dbd5f9d849e1114c3ee64d102db3
parent4b385d6c344c4a0a0b424622833bc72974c21cb5
REST API: implement PUT method

  * Related to #609
  * Documentation: http://shaarli.github.io/api-documentation/#links-link-put
application/api/ApiUtils.php
application/api/controllers/Links.php
index.php
tests/api/ApiUtilsTest.php
tests/api/controllers/PutLinkTest.php [new file with mode: 0644]