HTTP API: Implement modification of Boruta requests
authorMaciej Wereski <m.wereski@partner.samsung.com>
Fri, 6 Oct 2017 15:43:18 +0000 (17:43 +0200)
committerMaciej Wereski <m.wereski@partner.samsung.com>
Tue, 5 Jun 2018 10:48:28 +0000 (12:48 +0200)
commit9082c51b1863b2af78c458a6584112a521c10a58
treeb0df1ffdc400217fe02beafbefb6728019d64283
parent4596c430ebb00dac3e1c8bc8f9b159194947219b
HTTP API: Implement modification of Boruta requests

Change-Id: I8d91554776871dfd7be85f64d868c81911682491
Signed-off-by: Maciej Wereski <m.wereski@partner.samsung.com>
server/api/v1/error.go
server/api/v1/handlers.go
server/api/v1/handlers_test.go
server/api/v1/testdata/update-req-POST.json [deleted file]
server/api/v1/testdata/update-req-bad-id-POST.json [new file with mode: 0644]
server/api/v1/testdata/update-req-empty-POST.json [new file with mode: 0644]
server/api/v1/testdata/update-req-malformed-json-POST.json [new file with mode: 0644]
server/api/v1/testdata/update-req-mismatch-POST.json [new file with mode: 0644]
server/api/v1/testdata/update-req-missing-POST.json [new file with mode: 0644]
server/api/v1/testdata/update-req-prio-POST.json [new file with mode: 0644]
server/api/v1/testdata/update-req-valid-POST.json [new file with mode: 0644]