File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Authorization header:
16
16
17
17
* read: The given user is authorized for read access to the resource (generally all GET requests)
18
18
* create: The given user is authorized to create new resources (generally POST or PUT requests)
19
- * update: The given user is authorized to modified a resource (e.g. :doc: `../DatasetOps\ PUT_Value`)
19
+ * update: The given user is authorized to modified a resource (e.g. :doc: `../DatasetOps/ PUT_Value `)
20
20
* delete: The given user is authorized to delete a resource (e.g. Delete a Group)
21
21
* readACL: The given user is authorized to read the ACLs of a resource
22
22
* updateACL: The given user is authorized to modify the ACLs of a resource
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ username and password against a value stored within a password file.
10
10
11
11
If neither the requested object (Group, Dataset, or Committed Datatype) nor the object's root group
12
12
has an Access Control List (ACL), authorization is not required and no authentication string
13
- needs to be supplied. See :doc: `../AclOps `) for information on how to use ACL's.
13
+ needs to be supplied. See :doc: `../AclOps/index `) for information on how to use ACL's.
14
14
15
15
If the requested object (or object's root group), does have an ACL, authorization may be required
16
16
(if the object is not publically readable),
Original file line number Diff line number Diff line change @@ -47,11 +47,11 @@ large to include in the URI.)
47
47
Resizable datasets
48
48
------------------
49
49
If one or more of the dimensions of a dataset may need to be extended after creation,
50
- provide a *maxdims * key to the shape during creation (see :doc: `POST_dataset `). If the value of the maxdims
50
+ provide a *maxdims * key to the shape during creation (see :doc: `POST_Dataset `). If the value of the maxdims
51
51
dimension is 0, that dimension is *unlimited * and may be extended as much as desired.
52
52
If an upper limit is known, use that value in maxdims which will allow that dimension
53
53
to be extended up to the given value.
54
- To resize the dataset, use :doc: `PUT_DataShape.rst ` operation with the desired shape value(s) for
54
+ To resize the dataset, use :doc: `PUT_DatasetShape ` operation with the desired shape value(s) for
55
55
the new dimensions.
56
56
57
57
Note: dimensions can only be increased, not decreased.
Original file line number Diff line number Diff line change @@ -166,7 +166,7 @@ A path indicating the directory where HDF5 files will be be stored.
166
166
167
167
*Note *: Any HDF5 file content that you put in this directory will be exposed via the
168
168
server REST api (unless the domain's ACL is configured to prevent public access, see:
169
- :doc: `../AclOps `).
169
+ :doc: `../AclOps/index `).
170
170
171
171
Default: ``../data/ ``
172
172
You can’t perform that action at this time.
0 commit comments