Skip to content

Commit eb1700f

Browse files
committed
add curation_stub_uuid
1 parent b6c96d4 commit eb1700f

1 file changed

Lines changed: 16 additions & 1 deletion

File tree

neurostore-openapi.yml

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1859,7 +1859,22 @@ components:
18591859
properties:
18601860
studies:
18611861
type: array
1862-
items: {}
1862+
description: >
1863+
Accepts study IDs or objects containing an ID and an optional curation
1864+
stub UUID used to keep curation/extraction alignment.
1865+
items:
1866+
oneOf:
1867+
- type: string
1868+
- type: object
1869+
properties:
1870+
id:
1871+
type: string
1872+
curation_stub_uuid:
1873+
type: string
1874+
format: uuid
1875+
writeOnly: true
1876+
required:
1877+
- id
18631878
studyset-list:
18641879
title: studyset-get
18651880
type: object

0 commit comments

Comments
 (0)