...
Code Block | ||
---|---|---|
| ||
curl -i \
-H "Content-Type: image/jpeg" \
-H "Authorization: Bearer <token>" \
--data-binary @9788203218323_cover.jpg \
"https://api.bokbasen.io/metadata/import/object/v1/9788200000334/productimage/"
HTTP/1.1 100 Continue
Via: 1.1 api.boknett.dev.webbe.no
HTTP/1.1 201 Created
Date: Fri, 31 Oct 2014 13:04:44 GMT
Server: Apache-Coyote/1.1
Content-Length: 0
Via: 1.1 api.boknett.no |
...