We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6c96d4 commit eb1700fCopy full SHA for eb1700f
1 file changed
neurostore-openapi.yml
@@ -1859,7 +1859,22 @@ components:
1859
properties:
1860
studies:
1861
type: array
1862
- items: {}
+ 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
1874
+ format: uuid
1875
+ writeOnly: true
1876
+ required:
1877
+ - id
1878
studyset-list:
1879
title: studyset-get
1880
type: object
0 commit comments