@@ -41,7 +41,6 @@ servers:
41
41
description : HSDS default server
42
42
43
43
44
-
45
44
components :
46
45
schemas :
47
46
ACL :
@@ -158,7 +157,7 @@ components:
158
157
159
158
160
159
paths :
161
- ' / ' :
160
+ / :
162
161
put :
163
162
tags :
164
163
- Domain
@@ -589,7 +588,7 @@ paths:
589
588
590
589
# end '/groups/'
591
590
592
- ' /groups/{id} ' :
591
+ /groups/{id} :
593
592
594
593
get :
595
594
tags :
@@ -737,7 +736,7 @@ paths:
737
736
738
737
# end '/groups/{id}'
739
738
740
- ' /groups/{id}/links ' :
739
+ /groups/{id}/links :
741
740
742
741
get :
743
742
tags :
@@ -1039,7 +1038,7 @@ paths:
1039
1038
1040
1039
# end '/groups/{id}/links/{linkname}'
1041
1040
1042
- ' /datasets ' :
1041
+ /datasets :
1043
1042
1044
1043
post :
1045
1044
tags :
@@ -1527,7 +1526,7 @@ paths:
1527
1526
description : Operation unsuccessful.
1528
1527
# end /datasets/{id}/shape
1529
1528
1530
- ' /datasets/{id}/type ' :
1529
+ /datasets/{id}/type :
1531
1530
get :
1532
1531
tags :
1533
1532
- Dataset
@@ -1907,7 +1906,7 @@ paths:
1907
1906
1908
1907
# end /datasets/{id}/value
1909
1908
1910
- ' /datatypes ' :
1909
+ /datatypes :
1911
1910
1912
1911
' post ' :
1913
1912
tags :
@@ -2074,14 +2073,14 @@ paths:
2074
2073
- Group
2075
2074
- Dataset
2076
2075
- Datatype
2077
- summary : List all Attributes attached to the given object.
2078
- description : Attributes sorted alphanumerially by name.
2076
+ summary : List all Attributes attached to the HDF5 object `obj_uuid` .
2077
+ description : Attributes sorted alphanumerically by name.
2079
2078
parameters :
2080
2079
- $ref : ' #/components/parameters/accept_json'
2081
2080
- $ref : ' #/components/parameters/authorization'
2082
2081
- name : collection
2083
2082
in : path
2084
- description : Collection of objects ( groups, datasets, or datatypes).
2083
+ description : " The collection of the HDF5 object (one of: ` groups`, ` datasets` , or ` datatypes`). "
2085
2084
schema :
2086
2085
type : string
2087
2086
enum :
@@ -2168,21 +2167,20 @@ paths:
2168
2167
- $ref : ' #/components/parameters/authorization'
2169
2168
- $ref : ' #/components/parameters/query_domain'
2170
2169
- name : collection
2170
+ required : true
2171
2171
in : path
2172
- description : Collection of object (Group, Dataset , or Datatype ).
2172
+ description : The collection of the HDF5 object (`groups`, `datasets` , or `datatypes` ).
2173
2173
schema :
2174
2174
type : string
2175
2175
enum :
2176
2176
- groups
2177
2177
- datasets
2178
2178
- datatypes
2179
- required : true
2180
2179
- name : obj_uuid
2181
2180
in : path
2182
- description : Group/dataset/datatype UUID.
2181
+ description : HDF5 object's UUID.
2183
2182
schema :
2184
2183
type : string
2185
- format : uuid
2186
2184
required : true
2187
2185
- name : attr
2188
2186
in : path
@@ -2191,7 +2189,7 @@ paths:
2191
2189
type : string
2192
2190
required : true
2193
2191
requestBody :
2194
- description : Attribute creation information .
2192
+ description : Information to create a new attribute of the HDF5 object `obj_uuid` .
2195
2193
required : true
2196
2194
content :
2197
2195
application/json :
@@ -2332,7 +2330,7 @@ paths:
2332
2330
2333
2331
# end /acls
2334
2332
2335
- ' /acls/{user} ' :
2333
+ /acls/{user} :
2336
2334
get :
2337
2335
tags :
2338
2336
- ACLS
@@ -2443,7 +2441,7 @@ paths:
2443
2441
2444
2442
# end /acls/{user}
2445
2443
2446
- ' /groups/{id}/acls ' :
2444
+ /groups/{id}/acls :
2447
2445
2448
2446
get :
2449
2447
tags :
@@ -2484,7 +2482,7 @@ paths:
2484
2482
2485
2483
# end /groups/{id}/acls
2486
2484
2487
- ' /groups/{id}/acls/{user} ' :
2485
+ /groups/{id}/acls/{user} :
2488
2486
2489
2487
get :
2490
2488
tags :
@@ -2530,7 +2528,7 @@ paths:
2530
2528
2531
2529
# end '/groups/{id}/acls/{user}':
2532
2530
2533
- ' /datasets/{id}/acls ' :
2531
+ /datasets/{id}/acls :
2534
2532
get :
2535
2533
tags :
2536
2534
- ACLS
@@ -2569,7 +2567,7 @@ paths:
2569
2567
2570
2568
# end /datasets/{id}/acls
2571
2569
2572
- ' /datatypes/{id}/acls ' :
2570
+ /datatypes/{id}/acls :
2573
2571
2574
2572
get :
2575
2573
tags :
0 commit comments