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 @@ -110,7 +110,7 @@ Sample CURL command:
110110curl -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'
111111```
112112
113- The uri-list should always contain exactly 1 bitstream format. This bitstream format will be assigned to the bitstream
113+ The uri-list should always contain exactly 1 bitstream format. This bitstream format will be assigned to the bitstream.
114114
115115Error codes:
116116* 200 OK - if the operation succeeded
@@ -142,7 +142,7 @@ Sample CURL command:
142142curl -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'
143143```
144144
145- The uri-list should always contain exactly 1 bitstream format. This bitstream format will be assigned to the bitstream
145+ The uri-list should always contain exactly one bundle URI (URI of target bundle).
146146
147147Error codes:
148148* 200 OK - if the operation succeeded
You can’t perform that action at this time.
0 commit comments