Skip to content

Commit 7dc057b

Browse files
committed
[DSC-1958] updated uniqueType
1 parent ada2740 commit 7dc057b

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

authorizations.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ Provide detailed information about a specific authorization. The JSON response d
1818
```json
1919
{
2020
"id": [eperson-uuid_]feature-id_restobjectcategory.restobjectname_object-id,
21-
"type": "authorization"
21+
"type": "authorization",
22+
"uniqueType": "authz.authorization"
2223
}
2324
```
2425

bitstreamformats.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ Provide detailed information about a specific bitstream format. The JSON respons
4949
"xml"
5050
],
5151
"type": "bitstreamformat",
52+
"uniqueType": "core.bitstreamformat",
5253
"_links": {
5354
"self": {
5455
"href": "https://dspace7-internal.atmire.com/rest/api/core/bitstreamformats/5"

0 commit comments

Comments
 (0)