File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ Sample CURL command:
5454curl -i -X PUT 'https://demo.dspace.org/server/api/core/bitstreams/6ba01288-8a5a-4acf-96f1-fd0730424a1f/format' -H 'Authorization: Bearer eyJhbGciO…' -H "Content-Type:text/uri-list" --data 'https://demo.dspace.org/server/api/core/bitstreamformats/6'
5555```
5656
57- The uri-list should always contain exactly 1 bitstream format. This bitstream format will be assigned to the bitstream
57+ The uri-list should always contain exactly 1 bitstream format. This bitstream format will be assigned to the bitstream.
5858
5959Error codes:
6060* 200 OK - if the operation succeeded
@@ -86,7 +86,7 @@ Sample CURL command:
8686curl -i -X PUT 'https://demo.dspace.org/server/api/core/bitstreams/6ba01288-8a5a-4acf-96f1-fd0730424a1f/bundle' -H 'Authorization: Bearer eyJhbGciO…' -H "Content-Type:text/uri-list" --data 'https://demo.dspace.org/server/api/core/bundles/0b3c0ebf-83bc-4017-afa1-9df37a1a065c'
8787```
8888
89- The uri-list should always contain exactly 1 bitstream format. This bitstream format will be assigned to the bitstream
89+ The uri-list should always contain exactly one bundle URI (URI of target bundle).
9090
9191Error codes:
9292* 200 OK - if the operation succeeded
You can’t perform that action at this time.
0 commit comments