Skip to content

Commit 57f7cda

Browse files
authored
Merge pull request #324 from DSpace/backport-321-to-dspace-9_x
[Port dspace-9_x] correction of uri-list description in bitstreams.md
2 parents 26f3109 + d680fa1 commit 57f7cda

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bitstreams.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Sample CURL command:
110110
curl -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

115115
Error codes:
116116
* 200 OK - if the operation succeeded
@@ -142,7 +142,7 @@ Sample CURL command:
142142
curl -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

147147
Error codes:
148148
* 200 OK - if the operation succeeded

0 commit comments

Comments
 (0)